Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h90 #define NSTRING_IS_RAW(node) (((node)->u.str.flag & NSTR_RAW) != 0) macro
H A Dregcomp.c1499 if (NSTRING_IS_RAW(node)) in compile_length_tree()
1604 if (NSTRING_IS_RAW(node)) in compile_tree()
2610 !NSTRING_IS_RAW(node) && IS_IGNORECASE(reg->options)) { in get_head_value_node()
3475 if (IS_IGNORECASE(reg->options) && !NSTRING_IS_RAW(node)) { in setup_tree()
4380 int is_raw = NSTRING_IS_RAW(node); in optimize_node_left()
4384 NSTRING_IS_RAW(node), env->enc); in optimize_node_left()
5911 (NSTRING_IS_RAW(node) ? "-raw" : ""), (int )node); in print_indent_tree()

Completed in 19 milliseconds