Searched refs:T_ALNUM (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 290 '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,
|
H A D | reglib.h | 159 #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 D | regclass.c | 235 case T_ALNUM: return Isword; in classfun()
|
H A D | regcomp.c | 2748 case T_ALNUM: in seq()
|