NCONS            1478 mbstring/oniguruma/regcomp.c       r = compile_length_tree(NCONS(node).left, reg);
NCONS            1481 mbstring/oniguruma/regcomp.c     } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            1491 mbstring/oniguruma/regcomp.c 	r += compile_length_tree(NCONS(node).left, reg);
NCONS            1493 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            1570 mbstring/oniguruma/regcomp.c       r = compile_tree(NCONS(node).left, reg);
NCONS            1571 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            1579 mbstring/oniguruma/regcomp.c 	len += compile_length_tree(NCONS(x).left, reg);
NCONS            1580 mbstring/oniguruma/regcomp.c 	if (NCONS(x).right != NULL) {
NCONS            1583 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(x = NCONS(x).right));
NCONS            1587 mbstring/oniguruma/regcomp.c 	len = compile_length_tree(NCONS(node).left, reg);
NCONS            1588 mbstring/oniguruma/regcomp.c 	if (IS_NOT_NULL(NCONS(node).right)) {
NCONS            1592 mbstring/oniguruma/regcomp.c 	r = compile_tree(NCONS(node).left, reg);
NCONS            1594 mbstring/oniguruma/regcomp.c 	if (IS_NOT_NULL(NCONS(node).right)) {
NCONS            1599 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            1738 mbstring/oniguruma/regcomp.c       r = noname_disable_map(&(NCONS(node).left), map, counter);
NCONS            1739 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            1819 mbstring/oniguruma/regcomp.c       r = renumber_by_map(NCONS(node).left, map);
NCONS            1820 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            1849 mbstring/oniguruma/regcomp.c       r = numbered_ref_check(NCONS(node).left);
NCONS            1850 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            1944 mbstring/oniguruma/regcomp.c 	v = quantifiers_memory_node_info(NCONS(node).left);
NCONS            1946 mbstring/oniguruma/regcomp.c       } while (v >= 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2044 mbstring/oniguruma/regcomp.c       r = get_min_match_length(NCONS(node).left, &tmin, env);
NCONS            2046 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2054 mbstring/oniguruma/regcomp.c 	x = NCONS(y).left;
NCONS            2059 mbstring/oniguruma/regcomp.c       } while (r == 0 && IS_NOT_NULL(y = NCONS(y).right));
NCONS            2139 mbstring/oniguruma/regcomp.c       r = get_max_match_length(NCONS(node).left, &tmax, env);
NCONS            2142 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2147 mbstring/oniguruma/regcomp.c       r = get_max_match_length(NCONS(node).left, &tmax, env);
NCONS            2149 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2269 mbstring/oniguruma/regcomp.c       r = get_char_length_tree1(NCONS(node).left, reg, &tlen, level);
NCONS            2272 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2280 mbstring/oniguruma/regcomp.c       r = get_char_length_tree1(NCONS(node).left, reg, &tlen, level);
NCONS            2281 mbstring/oniguruma/regcomp.c       while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)) {
NCONS            2282 mbstring/oniguruma/regcomp.c 	r = get_char_length_tree1(NCONS(node).left, reg, &tlen2, level);
NCONS            2599 mbstring/oniguruma/regcomp.c     n = get_head_value_node(NCONS(node).left, exact, reg);
NCONS            2683 mbstring/oniguruma/regcomp.c       r = check_type_tree(NCONS(node).left, type_mask, effect_mask, anchor_mask);
NCONS            2684 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2739 mbstring/oniguruma/regcomp.c 	ret = subexp_inf_recursive_check(NCONS(x).left, env, head);
NCONS            2743 mbstring/oniguruma/regcomp.c 	  ret = get_min_match_length(NCONS(x).left, &min, env);
NCONS            2747 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(x = NCONS(x).right));
NCONS            2756 mbstring/oniguruma/regcomp.c 	ret = subexp_inf_recursive_check(NCONS(node).left, env, head);
NCONS            2759 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            2818 mbstring/oniguruma/regcomp.c       r = subexp_inf_recursive_check_trav(NCONS(node).left, env);
NCONS            2819 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            2873 mbstring/oniguruma/regcomp.c       r |= subexp_recursive_check(NCONS(node).left);
NCONS            2874 mbstring/oniguruma/regcomp.c     } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            2935 mbstring/oniguruma/regcomp.c 	ret = subexp_recursive_check_trav(NCONS(node).left, env);
NCONS            2938 mbstring/oniguruma/regcomp.c       } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            2999 mbstring/oniguruma/regcomp.c       r = setup_subexp_call(NCONS(node).left, env);
NCONS            3000 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            3005 mbstring/oniguruma/regcomp.c       r = setup_subexp_call(NCONS(node).left, env);
NCONS            3006 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            3109 mbstring/oniguruma/regcomp.c   np = NCONS(head).left;
NCONS            3111 mbstring/oniguruma/regcomp.c   NCONS(node).left = head;
NCONS            3115 mbstring/oniguruma/regcomp.c   while ((np = NCONS(np).right) != NULL_NODE) {
NCONS            3118 mbstring/oniguruma/regcomp.c     NANCHOR(insert_node).target = NCONS(np).left;
NCONS            3119 mbstring/oniguruma/regcomp.c     NCONS(np).left = insert_node;
NCONS            3126 mbstring/oniguruma/regcomp.c     } while ((np = NCONS(np).right) != NULL_NODE);
NCONS            3224 mbstring/oniguruma/regcomp.c     *tailp = &(NCONS(*root).right);
NCONS            3229 mbstring/oniguruma/regcomp.c     *tailp = &(NCONS(**tailp).right);
NCONS            3312 mbstring/oniguruma/regcomp.c 	r = setup_comb_exp_check(NCONS(node).left, r, env);
NCONS            3313 mbstring/oniguruma/regcomp.c 	prev = NCONS(node).left;
NCONS            3314 mbstring/oniguruma/regcomp.c       } while (r >= 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            3322 mbstring/oniguruma/regcomp.c 	ret = setup_comb_exp_check(NCONS(node).left, state, env);
NCONS            3324 mbstring/oniguruma/regcomp.c       } while (ret >= 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            3456 mbstring/oniguruma/regcomp.c 	r = setup_tree(NCONS(node).left, reg, state, env);
NCONS            3458 mbstring/oniguruma/regcomp.c 	  r = next_setup(prev, NCONS(node).left, reg);
NCONS            3460 mbstring/oniguruma/regcomp.c 	prev = NCONS(node).left;
NCONS            3461 mbstring/oniguruma/regcomp.c       } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            3467 mbstring/oniguruma/regcomp.c       r = setup_tree(NCONS(node).left, reg, (state | IN_ALT), env);
NCONS            3468 mbstring/oniguruma/regcomp.c     } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right));
NCONS            4352 mbstring/oniguruma/regcomp.c 	r = optimize_node_left(NCONS(nd).left, &nopt, &nenv);
NCONS            4357 mbstring/oniguruma/regcomp.c       } while (r == 0 && IS_NOT_NULL(nd = NCONS(nd).right));
NCONS            4367 mbstring/oniguruma/regcomp.c 	r = optimize_node_left(NCONS(nd).left, &nopt, env);
NCONS            4372 mbstring/oniguruma/regcomp.c       } while ((r == 0) && IS_NOT_NULL(nd = NCONS(nd).right));
NCONS            5899 mbstring/oniguruma/regcomp.c     print_indent_tree(f, NCONS(node).left, indent + add);
NCONS            5900 mbstring/oniguruma/regcomp.c     while (IS_NOT_NULL(node = NCONS(node).right)) {
NCONS            5905 mbstring/oniguruma/regcomp.c       print_indent_tree(f, NCONS(node).left, indent + add);
NCONS            1019 mbstring/oniguruma/regparse.c     onig_node_free(NCONS(node).left);
NCONS            1022 mbstring/oniguruma/regparse.c       Node* next_node = NCONS(node).right;
NCONS            1219 mbstring/oniguruma/regparse.c   NCONS(node).left  = left;
NCONS            1220 mbstring/oniguruma/regparse.c   NCONS(node).right = right;
NCONS            1236 mbstring/oniguruma/regparse.c   NCONS(node).left  = left;
NCONS            1237 mbstring/oniguruma/regparse.c   NCONS(node).right = right;
NCONS            2103 mbstring/oniguruma/regparse.c       if (! is_invalid_quantifier_target(NCONS(node).left)) return 0;
NCONS            2104 mbstring/oniguruma/regparse.c     } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            2110 mbstring/oniguruma/regparse.c       if (is_invalid_quantifier_target(NCONS(node).left)) return 1;
NCONS            2111 mbstring/oniguruma/regparse.c     } while (IS_NOT_NULL(node = NCONS(node).right));
NCONS            5152 mbstring/oniguruma/regparse.c 	tmp = NCONS(*targetp).right = node_new_list(qn, NULL);
NCONS            5154 mbstring/oniguruma/regparse.c 	targetp = &(NCONS(tmp).left);
NCONS            5179 mbstring/oniguruma/regparse.c     headp = &(NCONS(*top).right);
NCONS            5186 mbstring/oniguruma/regparse.c 	while (IS_NOT_NULL(NCONS(node).right)) node = NCONS(node).right;
NCONS            5187 mbstring/oniguruma/regparse.c 	headp = &(NCONS(node).right);
NCONS            5191 mbstring/oniguruma/regparse.c 	headp = &(NCONS(*headp).right);
NCONS            5219 mbstring/oniguruma/regparse.c     headp = &(NCONS(*top).right);
NCONS            5227 mbstring/oniguruma/regparse.c       headp = &(NCONS(*headp).right);