MagickCore 7.0.10
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 GetNextToken (const char *, const char **, const size_t extent, char *)
 

Typedef Documentation

◆ TokenInfo

typedef struct _TokenInfo TokenInfo

Definition at line 26 of file token.h.

Function Documentation

◆ GetNextToken()

WizardExport void GetNextToken ( const char *  start,
const char **  end,
const size_t  extent,
char *  token 
)

◆ GlobExpression()

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

◆ IsGlob()

WizardExport WizardBooleanType IsGlob ( const char *  path)

Definition at line 497 of file token.c.

References IsPathAcessible(), WizardFalse, and WizardTrue.

◆ Tokenizer()

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