Home
last modified time | relevance | path

Searched refs:IS_MULTILINE (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregint.h399 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) macro
404 #define IS_POSIXLINE(option) (IS_SINGLELINE(option) && IS_MULTILINE(option))
H A Dregcomp.c808 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()
821 if (IS_MULTILINE(reg->options)) { in compile_quantifier_node()
1024 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()
1032 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()
1630 if (IS_MULTILINE(reg->options)) in compile_tree()
4577 if (IS_MULTILINE(env->options)) in optimize_node_left()
H A DHISTORY275 change from IS_POSIXLINE() to IS_MULTILINE()
1695 2002/04/09: [impl] move IS_MULTILINE() to outside of loop in OP_ANYCHAR_STAR.

Completed in 29 milliseconds