Home
last modified time | relevance | path

Searched refs:T_DIGIT_NOT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreginit.c272 '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 Dregclass.c238 case T_DIGIT_NOT: return Notdigit; in classfun()
H A Dreglib.h162 #define T_DIGIT_NOT (T_ALNUM+3) macro
H A Dregcomp.c2751 case T_DIGIT_NOT: in seq()