Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreginit.c290 '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 Dreglib.h159 #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 Dregclass.c235 case T_ALNUM: return Isword; in classfun()
H A Dregcomp.c2748 case T_ALNUM: in seq()