Searched refs:IS_MULTILINE (Results 1 – 3 of 3) sorted by relevance
289 #define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE) macro
828 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()841 if (IS_MULTILINE(reg->options)) { in compile_quantifier_node()1044 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()1052 if (IS_MULTILINE(reg->options)) in compile_quantifier_node()1652 if (IS_MULTILINE(reg->options)) in compile_tree()4783 if (IS_MULTILINE(env->options)) in optimize_node_left()
499 change from IS_POSIXLINE() to IS_MULTILINE()1919 2002/04/09: [impl] move IS_MULTILINE() to outside of loop in OP_ANYCHAR_STAR.
Completed in 26 milliseconds