Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h180 struct _Node* next_head_exact; member
Dregcomp.c754 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) in compile_length_quantifier_node()
832 if (IS_NOT_NULL(qn->next_head_exact) && !CKN_ON) { in compile_quantifier_node()
843 return add_bytes(reg, NSTR(qn->next_head_exact)->s, 1); in compile_quantifier_node()
983 if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1007 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_length_quantifier_node()
1048 if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1054 return add_bytes(reg, NSTR(qn->next_head_exact)->s, 1); in compile_quantifier_node()
1075 else if (IS_NOT_NULL(qn->next_head_exact)) in compile_quantifier_node()
1101 else if (IS_NOT_NULL(qn->next_head_exact)) { in compile_quantifier_node()
1105 add_bytes(reg, NSTR(qn->next_head_exact)->s, 1); in compile_quantifier_node()
[all …]
Dregparse.c1367 NQTFR(node)->next_head_exact = NULL_NODE; in node_new_quantifier()