|
WizardsToolkit
1.0.7
|

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 struct _TokenInfo TokenInfo |
| 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 * | |||
| ) |