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 *);
49 #if defined(__cplusplus) || defined(c_plusplus)
#define magick_restrict
Definition: MagickCore.h:41
MagickExport MagickBooleanType magick_attribute((deprecated))
MagickBooleanType
Definition: magick-type.h:203
#define MagickExport
Definition: method-attribute.h:80
#define magick_hot_spot
Definition: method-attribute.h:122
MagickExport size_t GetNextToken(const char *magick_restrict, const char **magick_restrict, const size_t, char *magick_restrict) magick_hot_spot
MagickExport MagickBooleanType IsMagickTrue(const char *) magick_attribute((__pure__))
Definition: token.c:657
MagickExport TokenInfo * DestroyTokenInfo(TokenInfo *)
Definition: token.c:129
MagickExport MagickBooleanType IsGlob(const char *) magick_attribute((__pure__))
MagickExport MagickBooleanType GlobExpression(const char *magick_restrict, const char *magick_restrict, const MagickBooleanType) magick_attribute((__pure__))
MagickExport int Tokenizer(TokenInfo *, const unsigned int, char *, const size_t, const char *, const char *, const char *, const char *, const char, char *, int *, char *)
MagickExport TokenInfo * AcquireTokenInfo(void)