Searched refs:ONIG_SYN_OP_POSIX_BRACKET (Results 1 – 5 of 5) sorted by relevance
72 ( ONIG_SYN_OP_DOT_ANYCHAR | ONIG_SYN_OP_BRACKET_CC | ONIG_SYN_OP_POSIX_BRACKET |
137 ONIG_SYN_OP_POSIX_BRACKET
761 ( ONIG_SYN_OP_DOT_ANYCHAR | ONIG_SYN_OP_POSIX_BRACKET | \769 ONIG_SYN_OP_POSIX_BRACKET | ONIG_SYN_OP_DECIMAL_BACKREF | \
543 #define ONIG_SYN_OP_POSIX_BRACKET (1U<<24) /* [:xxxx:] */ macro
2920 if (IS_SYNTAX_OP(syn, ONIG_SYN_OP_POSIX_BRACKET) && (PPEEK_IS(':'))) { in fetch_token_in_cc()
Completed in 43 milliseconds