Searched defs:T_ALNUM (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/regex/
H A Dreglib.h159 #define T_ALNUM (T_WORD+6) macro
160 #define T_ALNUM_NOT (T_ALNUM+1)
161 #define T_DIGIT (T_ALNUM+2)
162 #define T_DIGIT_NOT (T_ALNUM+3)
163 #define T_SPACE (T_ALNUM+4)
164 #define T_SPACE_NOT (T_ALNUM+5)
165 #define T_BACK (T_ALNUM+6)

Completed in 19 milliseconds