Go to the documentation of this file.
16 #define TSPECIAL(a) (((a) == '(') || ((a) == ')') || ((a) == '<') || ((a) == '>') || ((a) == '@') || \
17 ((a) == ',') || ((a) == ';') || ((a) == ':') || ((a) == '\\') || ((a) == '"') || \
18 ((a) == '/') || ((a) == '[') || ((a) == ']') || ((a) == '?') || ((a) == '='))
26 #define WSPACE(a) (((a) == ' ') || ((a) == '\t') || ((a) == '\r') || ((a) == '\n'))