FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
FLAMCLP.h File Reference
#include <stdio.h>
#include "CLPDEF.h"

Go to the source code of this file.

Functions

const char * pcClpVersion (const int l, const int s, char *b)
 Get version information. More...
 
const char * pcClpAbout (const int l, const int s, char *b)
 Get about information. More...
 
void * pvClpOpen (const int isCas, const int isPfl, const int isEnv, const int siMkl, const char *pcOwn, const char *pcPgm, const char *pcBld, const char *pcCmd, const char *pcMan, const char *pcHlp, const int isOvl, const TsClpArgument *psTab, void *pvDat, FILE *pfHlp, FILE *pfErr, FILE *pfSym, FILE *pfScn, FILE *pfPrs, FILE *pfBld, const char *pcDep, const char *pcOpt, const char *pcEnt, TsClpError *psErr, void *pvGbl, void *pvF2S, TfF2S *pfF2S, void *pvSaf, TfSaf *pfSaf)
 Open command line parser. More...
 
void vdClpReset (void *pvHdl)
 Reset command line parser. More...
 
int siClpParsePro (void *pvHdl, const char *pcSrc, const char *pcPro, const int isChk, char **ppLst)
 Parse the property list. More...
 
int siClpParseCmd (void *pvHdl, const char *pcSrc, const char *pcCmd, const int isChk, const int isPwd, int *piOid, char **ppLst)
 Parse the command line. More...
 
int siClpSyntax (void *pvHdl, const int isSkr, const int isMin, const int siDep, const char *pcPat)
 Print command line syntax. More...
 
const char * pcClpInfo (void *pvHdl, const char *pcPat)
 Give help message for given path. More...
 
int siClpHelp (void *pvHdl, const int siDep, const char *pcPat, const int isAli, const int isMan)
 Print help for command line syntax. More...
 
int siClpDocu (void *pvHdl, FILE *pfDoc, const char *pcPat, const char *pcNum, const char *pcKnd, const int isCmd, const int isDep, const int isMan, const int isAnc, const int isNbr, const int isIdt, const int isPat, const unsigned int uiLev)
 Generate documentation for command line syntax. More...
 
int siClpPrint (void *pvHdl, const char *pcFil, const char *pcNum, const char *pcKnd, const int isCmd, const int isDep, const int isAnc, const int isNbr, const int isShl, const int isIdt, const int isPat, const unsigned int uiLev, const int siPs1, const int siPs2, const int siPr3, void *pvPrn, TfClpPrintPage *pfPrn)
 Generate documentation using a callback function. More...
 
int siClpProperties (void *pvHdl, const int siMtd, const int siDep, const char *pcPat, FILE *pfOut)
 Generate properties. More...
 
int siClpLexemes (void *pvHdl, FILE *pfOut)
 Print the lexems of the command line compiler. More...
 
int siClpGrammar (void *pvHdl, FILE *pfOut)
 Print the grammar of the command line compiler. More...
 
void vdClpClose (void *pvHdl, const int siMtd)
 Close the command line parser. More...
 
void * pvClpAlloc (void *pvHdl, void *pvPtr, int siSiz, int *piInd)
 Allocate memory in CLP structure. More...
 
char * pcClpError (int siErr)
 Provides error message. More...