Searched refs:T_SPACE_NOT (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reginit.c | 284 '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, [all...] |
H A D | regclass.c | 295 case T_SPACE_NOT: return Notspace; in classfun()
|
H A D | reglib.h | 164 #define T_SPACE_NOT (T_ALNUM+5) macro
|
H A D | regcomp.c | 2804 case T_SPACE_NOT: in seq()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 284 '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 D | regclass.c | 240 case T_SPACE_NOT: return Notspace; in classfun()
|
H A D | reglib.h | 164 #define T_SPACE_NOT (T_ALNUM+5) macro
|
H A D | regcomp.c | 2753 case T_SPACE_NOT: in seq()
|