Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreginit.c296 'W', T_ALNUM_NOT, T_ALNUM_NOT,
297 'W', T_ALNUM_NOT, T_ALNUM_NOT,
298 'W', T_ALNUM_NOT, T_ALNUM_NOT,
299 'W', T_ALNUM_NOT, T_ALNUM_NOT,
300 'W', T_ALNUM_NOT, T_ALNUM_NOT,
H A Dregclass.c291 case T_ALNUM_NOT: return Notword; in classfun()
H A Dreglib.h160 #define T_ALNUM_NOT (T_ALNUM+1) macro
H A Dregcomp.c2800 case T_ALNUM_NOT: in seq()