Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/regex/
H A Dreginit.c122 ')', T_CLOSE, T_BAD,
123 T_CLOSE, ')', T_BAD,
124 T_CLOSE, ')', T_BAD,
126 T_CLOSE, ')', ')',
H A Dreglib.h138 #define T_CLOSE (T_OPEN+1) macro
H A Dregcomp.c2081 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 Dtx.h204 #define T_CLOSE 4 macro