Searched refs:T_CLOSE (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/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.c2107 case T_CLOSE:
2112 if (token(env) == T_CLOSE)
2439 if (token(env) != T_CLOSE)
2533 if (c != T_CLOSE && (!(env->flags & REG_LITERAL) || c != ')'))
2704 case T_CLOSE:
2736 if (token(env) != T_CLOSE)

Completed in 21 milliseconds