Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreginit.c284 'S', T_SPACE_NOT, T_SPACE_NOT,
285 'S', T_SPACE_NOT, T_SPACE_NOT,
286 'S', T_SPACE_NOT, T_SPACE_NOT,
287 'S', T_SPACE_NOT, T_SPACE_NOT,
288 'S', T_SPACE_NOT, T_SPACE_NOT,
H A Dregclass.c295 case T_SPACE_NOT: return Notspace; in classfun()
H A Dreglib.h164 #define T_SPACE_NOT (T_ALNUM+5) macro
H A Dregcomp.c2804 case T_SPACE_NOT: in seq()