Home
last modified time | relevance | path

Searched refs:NSTRING_IS_RAW (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h105 #define NSTRING_IS_RAW(node) (((node)->u.str.flag & NSTR_RAW) != 0) macro
H A Dregcomp.c1519 if (NSTRING_IS_RAW(node)) in compile_length_tree()
1624 if (NSTRING_IS_RAW(node)) in compile_tree()
2605 !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) { in get_head_value_node()
3686 if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) { in setup_tree()
4585 int is_raw = NSTRING_IS_RAW(node); in optimize_node_left()
4589 NSTRING_IS_RAW(node), env->enc); in optimize_node_left()
6116 (NSTRING_IS_RAW(node) ? "-raw" : ""), (int )node); in print_indent_tree()

Completed in 36 milliseconds