18 #ifndef MAGICKCORE_TOKEN_H
19 #define MAGICKCORE_TOKEN_H
21 #if defined(__cplusplus) || defined(c_plusplus)
33 const char *,
const char *,
const char *,
const char,
char *,
int *,
char *);
40 GetNextToken(const
char *magick_restrict,const
char **magick_restrict,
47 #if defined(__cplusplus) || defined(c_plusplus)
#define magick_restrict
Definition: MagickCore.h:41
MagickExport TokenInfo * DestroyTokenInfo(TokenInfo *token_info)
Definition: token.c:129
#define magick_attribute(x)
Definition: method-attribute.h:104
MagickExport TokenInfo * AcquireTokenInfo(void)
Definition: token.c:96
MagickBooleanType
Definition: magick-type.h:169
MagickExport MagickBooleanType GlobExpression(const char *magick_restrict expression, const char *magick_restrict pattern, const MagickBooleanType case_insensitive)
Definition: token.c:355
MagickExport magick_hot_spot size_t GetNextToken(const char *magick_restrict start, const char **magick_restrict end, const size_t extent, char *magick_restrict token)
Definition: token.c:174
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType magick_hot_spot
Definition: cache-view.h:88
MagickExport int Tokenizer(TokenInfo *token_info, const unsigned flag, char *token, const size_t max_token_length, const char *line, const char *white, const char *break_set, const char *quote, const char escape, char *breaker, int *next, char *quoted)
Definition: token.c:839