Searched refs:T_DIGIT_NOT (Results 1 – 4 of 4) sorted by relevance
/titanic_41/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,
|
H A D | regclass.c | 238 case T_DIGIT_NOT: return Notdigit; in classfun()
|
H A D | reglib.h | 162 #define T_DIGIT_NOT (T_ALNUM+3) macro
|
H A D | regcomp.c | 2751 case T_DIGIT_NOT: in seq()
|