Searched refs:T_CLOSE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | reginit.c | 122 ')', T_CLOSE, T_BAD, 123 T_CLOSE, ')', T_BAD, 124 T_CLOSE, ')', T_BAD, 126 T_CLOSE, ')', ')',
|
H A D | reglib.h | 138 #define T_CLOSE (T_OPEN+1) macro
|
H A D | regcomp.c | 2081 case T_CLOSE: in grp() 2086 if (token(env) == T_CLOSE) in grp() 2403 if (token(env) != T_CLOSE) in grp() 2488 if (c != T_CLOSE && (!(env->flags & REG_LITERAL) || c != ')')) in grp() 2653 case T_CLOSE: in seq() 2685 if (token(env) != T_CLOSE) in seq()
|
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 204 #define T_CLOSE 4 macro
|