Searched refs:qn (Results 1 – 5 of 5) sorted by relevance
798 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()934 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()1019 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_length_quantifier_node()1131 int n = qn->upper - qn->lower; in compile_quantifier_node()1144 else if (!qn->greedy && qn->upper == 1 && qn->lower == 0) { /* '??' */ in compile_quantifier_node()2324 if (qn->lower == qn->upper) { in get_char_length_tree1()3560 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in setup_comb_exp_check()3580 var_num = qn->upper - qn->lower; in setup_comb_exp_check()3757 if (qn->lower != qn->upper) in setup_tree()3765 if (!IS_REPEAT_INFINITE(qn->lower) && qn->lower == qn->upper && in setup_tree()[all …]
155 #define IS_QUANTIFIER_IN_REPEAT(qn) (((qn)->state & NST_IN_REPEAT) != 0) argument156 #define IS_QUANTIFIER_BY_NUMBER(qn) (((qn)->state & NST_BY_NUMBER) != 0) argument
4770 QtfrNode* qn; in set_quantifier() local4772 qn = NQTFR(qnode); in set_quantifier()4773 if (qn->lower == 1 && qn->upper == 1) { in set_quantifier()4784 qn->target = n; in set_quantifier()4840 if (! IS_REPEAT_INFINITE(qn->upper) && qn->upper > 1 && qn->greedy) { in set_quantifier()4841 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in set_quantifier()5052 Node* qn; in parse_exp() local5322 *np = qn; in parse_exp()5395 onig_node_free(qn); in parse_exp()5407 qn = en; in parse_exp()[all …]
87 2007/06/06: [tune] don't set qn->next_head_exact for string first byte is zero.
24 array( 'w/qn', '9c6e50f771dcafd0' ),
Completed in 55 milliseconds