Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregsyntax.c147 ONIG_SYN_OP_ESC_CONTROL_CHARS | ONIG_SYN_OP_ESC_C_CONTROL |
173 ONIG_SYN_OP_ESC_C_CONTROL )
207 ONIG_SYN_OP_ESC_C_CONTROL )
H A Doniguruma.h467 #define ONIG_SYN_OP_ESC_C_CONTROL (1U<<27) /* \cx */ macro
H A Dregparse.c54 ONIG_SYN_OP_ESC_C_CONTROL )
100 ONIG_SYN_OP_ESC_C_CONTROL )
4259 if (IS_SYNTAX_OP(env->syntax, ONIG_SYN_OP_ESC_C_CONTROL)) { in fetch_escaped_value()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DSYNTAX.md381 ### 27. ONIG_SYN_OP_ESC_C_CONTROL (enable `\cx` control codes)
565 See also ONIG_SYN_OP_ESC_C_CONTROL, which enables the more-common `\cx` syntax.
1013 | 27 | `ONIG_SYN_OP_ESC_C_CONTROL` | - | - | - | - | - | Y…

Completed in 34 milliseconds