Searched refs:T_CLOSE (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/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 | 2107 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