Searched refs:T_SPACE (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reginit.c | 278 's', T_SPACE, T_SPACE, 279 's', T_SPACE, T_SPACE, 280 's', T_SPACE, T_SPACE, 281 's', T_SPACE, T_SPACE, 282 's', T_SPACE, T_SPACE, [all...] |
H A D | regclass.c | 294 case T_SPACE: return Isspace; in classfun()
|
H A D | reglib.h | 163 #define T_SPACE (T_ALNUM+4) macro
|
H A D | regcomp.c | 2803 case T_SPACE: in seq()
|
/titanic_51/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 278 's', T_SPACE, T_SPACE, 279 's', T_SPACE, T_SPACE, 280 's', T_SPACE, T_SPACE, 281 's', T_SPACE, T_SPACE, 282 's', T_SPACE, T_SPACE,
|
H A D | regclass.c | 239 case T_SPACE: return Isspace; in classfun()
|
H A D | reglib.h | 163 #define T_SPACE (T_ALNUM+4) macro
|
H A D | regcomp.c | 2752 case T_SPACE: in seq()
|