Searched refs:head_exact (Results 1 – 4 of 4) sorted by relevance
111 struct _Node* head_exact; member
1130 if (IS_NOT_NULL(qn->head_exact)) in compile_length_quantifier_node()1213 if (IS_NOT_NULL(qn->head_exact)) in compile_quantifier_node()1233 if (IS_NOT_NULL(qn->head_exact)) { in compile_quantifier_node()1237 COP(reg)->push_or_jump_exact1.c = STR_(qn->head_exact)->s[0]; in compile_quantifier_node()2877 if (IS_NOT_NULL(qn->head_exact)) in get_head_value_node()2878 n = qn->head_exact; in get_head_value_node()5071 if (IS_NOT_NULL(tqn->head_exact)) { in tune_quant()5072 qn->head_exact = tqn->head_exact; in tune_quant()5073 tqn->head_exact = NULL; in tune_quant()5077 qn->head_exact = get_head_value_node(NODE_BODY(node), 1, reg); in tune_quant()
2407 QUANT_(node)->head_exact = NULL_NODE; in node_new_quantifier()
2065 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
Completed in 39 milliseconds