Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c3965 int right_anchor; member
4128 anc->right_anchor = 0; in clear_opt_anc_info()
4148 to->right_anchor = right->right_anchor; in concat_opt_anc_info()
4150 to->right_anchor |= left->right_anchor; in concat_opt_anc_info()
4170 return ((to->right_anchor & anc) != 0 ? 1 : 0); in is_set_opt_anc_info()
4179 to->right_anchor |= anc; in add_opt_anc_info()
4188 to->right_anchor &= ~anc; in remove_opt_anc_info()
4195 to->right_anchor &= add->right_anchor; in alt_merge_opt_anc_info()
4247 if (! to->reach_end) tanc.right_anchor = 0; in concat_opt_exact_info()
4301 if (! to->reach_end) to->anc.right_anchor = 0; in alt_merge_opt_exact_info()
[all …]