Lines Matching refs:NQTFR
1056 if (NQTFR(node)->target) in onig_node_free()
1057 onig_node_free(NQTFR(node)->target); in onig_node_free()
1357 NQTFR(node)->state = 0; in node_new_quantifier()
1358 NQTFR(node)->target = NULL; in node_new_quantifier()
1359 NQTFR(node)->lower = lower; in node_new_quantifier()
1360 NQTFR(node)->upper = upper; in node_new_quantifier()
1361 NQTFR(node)->greedy = 1; in node_new_quantifier()
1362 NQTFR(node)->target_empty_info = NQ_TARGET_ISNOT_EMPTY; in node_new_quantifier()
1363 NQTFR(node)->head_exact = NULL_NODE; in node_new_quantifier()
1364 NQTFR(node)->next_head_exact = NULL_NODE; in node_new_quantifier()
1365 NQTFR(node)->is_refered = 0; in node_new_quantifier()
1367 NQTFR(node)->state |= NST_BY_NUMBER; in node_new_quantifier()
1370 NQTFR(node)->comb_exp_check_num = 0; in node_new_quantifier()
2207 p = NQTFR(pnode); in onig_reduce_nested_quantifier()
2208 c = NQTFR(cnode); in onig_reduce_nested_quantifier()
4772 qn = NQTFR(qnode); in set_quantifier()
4794 QtfrNode* qnt = NQTFR(target); in set_quantifier()
5321 NQTFR(qn)->target = *np; in parse_exp()
5392 NQTFR(qn)->greedy = tok->u.repeat.greedy; in parse_exp()