Searched refs:ONIG_SYN_OP_LPAREN_SUBEXP (Results 1 – 5 of 5) sorted by relevance
48 ( SYN_POSIX_COMMON_OP | ONIG_SYN_OP_LPAREN_SUBEXP |
113 ONIG_SYN_OP_LPAREN_SUBEXP
770 ONIG_SYN_OP_BRACE_INTERVAL | ONIG_SYN_OP_LPAREN_SUBEXP | \
531 #define ONIG_SYN_OP_LPAREN_SUBEXP (1U<<12) /* (...) */ macro
3492 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_LPAREN_SUBEXP)) break; in fetch_token()3497 if (! IS_SYNTAX_OP(syn, ONIG_SYN_OP_LPAREN_SUBEXP)) break; in fetch_token()
Completed in 49 milliseconds