Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c3998 int right_anchor; member
4161 anc->right_anchor = 0; in clear_opt_anc_info()
4181 to->right_anchor = right->right_anchor; in concat_opt_anc_info()
4183 to->right_anchor |= left->right_anchor; in concat_opt_anc_info()
4186 to->right_anchor |= (left->right_anchor & ANCHOR_PREC_READ_NOT); in concat_opt_anc_info()
4206 return ((to->right_anchor & anc) != 0 ? 1 : 0); in is_set_opt_anc_info()
4215 to->right_anchor |= anc; in add_opt_anc_info()
4224 to->right_anchor &= ~anc; in remove_opt_anc_info()
4231 to->right_anchor &= add->right_anchor; in alt_merge_opt_anc_info()
4283 if (! to->reach_end) tanc.right_anchor = 0; in concat_opt_exact_info()
[all …]

Completed in 20 milliseconds