WizardsToolkit  1.0.7
token.h File Reference
This graph shows which files directly or indirectly include this file:

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

Definition at line 25 of file token.h.


Function Documentation

WizardExport void GetWizardToken ( const char *  ,
const char **  ,
char *   
)

Definition at line 99 of file token.c.

References StringToDouble(), DirectorySeparator, LocaleNCompare(), CopyWizardString(), and MaxTextExtent.

Referenced by LoadLogList().

WizardExport WizardBooleanType GlobExpression ( const char *  ,
const char *  ,
const WizardBooleanType   
)
WizardExport WizardBooleanType IsGlob ( const char *  )

Definition at line 487 of file token.c.

References IsAccessible(), WizardFalse, and WizardTrue.

WizardExport int Tokenizer ( TokenInfo ,
unsigned  ,
char *  ,
size_t  ,
char *  ,
char *  ,
char *  ,
char *  ,
char  ,
char *  ,
int *  ,
char *   
)