Searched refs:T_ALNUM (Results 1 - 4 of 4) sorted by relevance
/osnet-11/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, [all...] |
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 | 290 case T_ALNUM: return Isword;
|
H A D | regcomp.c | 2778 case T_ALNUM:
|
Completed in 47 milliseconds