Searched refs:T_DIGIT_NOT (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 272 'D', T_DIGIT_NOT, T_DIGIT_NOT, 273 'D', T_DIGIT_NOT, T_DIGIT_NOT, 274 'D', T_DIGIT_NOT, T_DIGIT_NOT, 275 'D', T_DIGIT_NOT, T_DIGIT_NOT, 276 'D', T_DIGIT_NOT, T_DIGIT_NOT, [all...] |
H A D | regclass.c | 293 case T_DIGIT_NOT: return Notdigit;
|
H A D | reglib.h | 162 #define T_DIGIT_NOT (T_ALNUM+3) macro
|
H A D | regcomp.c | 2781 case T_DIGIT_NOT:
|
Completed in 32 milliseconds