Typedefs | Functions

token.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _TokenInfo TokenInfo

Functions

WizardExport int Tokenizer (TokenInfo *, unsigned, char *, size_t, char *, char *, char *, char *, char, char *, int *, char *)
WizardExport WizardBooleanType GlobExpression (const char *, const char *, const WizardBooleanType)
WizardExport WizardBooleanType IsGlob (const char *)
WizardExport void GetWizardToken (const char *, const char **, char *)

Typedef Documentation

typedef struct _TokenInfo TokenInfo

Function Documentation

WizardExport void GetWizardToken ( const char *  ,
const char **  ,
char *   
)
WizardExport WizardBooleanType GlobExpression ( const char *  ,
const char *  ,
const   WizardBooleanType 
)
WizardExport WizardBooleanType IsGlob ( const char *   ) 
WizardExport int Tokenizer ( TokenInfo ,
unsigned  ,
char *  ,
size_t  ,
char *  ,
char *  ,
char *  ,
char *  ,
char  ,
char *  ,
int *  ,
char *   
)