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

/ast/src/lib/libast/regex/
H A Dreginit.c290 'w', T_ALNUM, T_ALNUM,
291 'w', T_ALNUM, T_ALNUM,
292 'w', T_ALNUM, T_ALNUM,
293 'w', T_ALNUM, T_ALNUM,
294 'w', T_ALNUM, T_ALNUM,
[all...]
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)
H A Dregclass.c290 case T_ALNUM: return Isword;
H A Dregcomp.c2799 case T_ALNUM:

Completed in 21 milliseconds