18 #ifndef MAGICKCORE_TOKEN_H 19 #define MAGICKCORE_TOKEN_H 21 #if defined(__cplusplus) || defined(c_plusplus) 31 extern MagickExport
int 32 Tokenizer(
TokenInfo *,
const unsigned int,
char *,
const size_t,
const char *,
33 const char *,
const char *,
const char *,
const char,
char *,
int *,
char *);
35 extern MagickExport MagickBooleanType
36 GlobExpression(
const char *magick_restrict,
const char *magick_restrict,
37 const MagickBooleanType) magick_attribute((__pure__)),
38 IsGlob(
const char *) magick_attribute((__pure__)),
39 IsMagickTrue(
const char *) magick_attribute((__pure__));
41 extern MagickExport
size_t 42 GetNextToken(
const char *magick_restrict,
const char **magick_restrict,
43 const size_t,
char *magick_restrict) magick_hot_spot;
46 *AcquireTokenInfo(
void),
49 #if defined(__cplusplus) || defined(c_plusplus)