NCONS 1480 ext/mbstring/oniguruma/regcomp.c r = compile_length_tree(NCONS(node).left, reg); NCONS 1483 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 1493 ext/mbstring/oniguruma/regcomp.c r += compile_length_tree(NCONS(node).left, reg); NCONS 1495 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 1572 ext/mbstring/oniguruma/regcomp.c r = compile_tree(NCONS(node).left, reg); NCONS 1573 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 1581 ext/mbstring/oniguruma/regcomp.c len += compile_length_tree(NCONS(x).left, reg); NCONS 1582 ext/mbstring/oniguruma/regcomp.c if (NCONS(x).right != NULL) { NCONS 1585 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(x = NCONS(x).right)); NCONS 1589 ext/mbstring/oniguruma/regcomp.c len = compile_length_tree(NCONS(node).left, reg); NCONS 1590 ext/mbstring/oniguruma/regcomp.c if (IS_NOT_NULL(NCONS(node).right)) { NCONS 1594 ext/mbstring/oniguruma/regcomp.c r = compile_tree(NCONS(node).left, reg); NCONS 1596 ext/mbstring/oniguruma/regcomp.c if (IS_NOT_NULL(NCONS(node).right)) { NCONS 1601 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 1740 ext/mbstring/oniguruma/regcomp.c r = noname_disable_map(&(NCONS(node).left), map, counter); NCONS 1741 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 1821 ext/mbstring/oniguruma/regcomp.c r = renumber_by_map(NCONS(node).left, map); NCONS 1822 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 1851 ext/mbstring/oniguruma/regcomp.c r = numbered_ref_check(NCONS(node).left); NCONS 1852 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 1946 ext/mbstring/oniguruma/regcomp.c v = qualifiers_memory_node_info(NCONS(node).left); NCONS 1948 ext/mbstring/oniguruma/regcomp.c } while (v >= 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2046 ext/mbstring/oniguruma/regcomp.c r = get_min_match_length(NCONS(node).left, &tmin, env); NCONS 2048 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2056 ext/mbstring/oniguruma/regcomp.c x = NCONS(y).left; NCONS 2061 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(y = NCONS(y).right)); NCONS 2141 ext/mbstring/oniguruma/regcomp.c r = get_max_match_length(NCONS(node).left, &tmax, env); NCONS 2144 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2149 ext/mbstring/oniguruma/regcomp.c r = get_max_match_length(NCONS(node).left, &tmax, env); NCONS 2151 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2271 ext/mbstring/oniguruma/regcomp.c r = get_char_length_tree1(NCONS(node).left, reg, &tlen, level); NCONS 2274 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2282 ext/mbstring/oniguruma/regcomp.c r = get_char_length_tree1(NCONS(node).left, reg, &tlen, level); NCONS 2283 ext/mbstring/oniguruma/regcomp.c while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)) { NCONS 2284 ext/mbstring/oniguruma/regcomp.c r = get_char_length_tree1(NCONS(node).left, reg, &tlen2, level); NCONS 2601 ext/mbstring/oniguruma/regcomp.c n = get_head_value_node(NCONS(node).left, exact, reg); NCONS 2685 ext/mbstring/oniguruma/regcomp.c r = check_type_tree(NCONS(node).left, type_mask, effect_mask, anchor_mask); NCONS 2686 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2741 ext/mbstring/oniguruma/regcomp.c ret = subexp_inf_recursive_check(NCONS(x).left, env, head); NCONS 2745 ext/mbstring/oniguruma/regcomp.c ret = get_min_match_length(NCONS(x).left, &min, env); NCONS 2749 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(x = NCONS(x).right)); NCONS 2758 ext/mbstring/oniguruma/regcomp.c ret = subexp_inf_recursive_check(NCONS(node).left, env, head); NCONS 2761 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 2820 ext/mbstring/oniguruma/regcomp.c r = subexp_inf_recursive_check_trav(NCONS(node).left, env); NCONS 2821 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 2875 ext/mbstring/oniguruma/regcomp.c r |= subexp_recursive_check(NCONS(node).left); NCONS 2876 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 2937 ext/mbstring/oniguruma/regcomp.c ret = subexp_recursive_check_trav(NCONS(node).left, env); NCONS 2940 ext/mbstring/oniguruma/regcomp.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 3001 ext/mbstring/oniguruma/regcomp.c r = setup_subexp_call(NCONS(node).left, env); NCONS 3002 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 3007 ext/mbstring/oniguruma/regcomp.c r = setup_subexp_call(NCONS(node).left, env); NCONS 3008 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 3111 ext/mbstring/oniguruma/regcomp.c np = NCONS(head).left; NCONS 3113 ext/mbstring/oniguruma/regcomp.c NCONS(node).left = head; NCONS 3117 ext/mbstring/oniguruma/regcomp.c while ((np = NCONS(np).right) != NULL_NODE) { NCONS 3120 ext/mbstring/oniguruma/regcomp.c NANCHOR(insert_node).target = NCONS(np).left; NCONS 3121 ext/mbstring/oniguruma/regcomp.c NCONS(np).left = insert_node; NCONS 3128 ext/mbstring/oniguruma/regcomp.c } while ((np = NCONS(np).right) != NULL_NODE); NCONS 3226 ext/mbstring/oniguruma/regcomp.c *tailp = &(NCONS(*root).right); NCONS 3231 ext/mbstring/oniguruma/regcomp.c *tailp = &(NCONS(**tailp).right); NCONS 3314 ext/mbstring/oniguruma/regcomp.c r = setup_comb_exp_check(NCONS(node).left, r, env); NCONS 3315 ext/mbstring/oniguruma/regcomp.c prev = NCONS(node).left; NCONS 3316 ext/mbstring/oniguruma/regcomp.c } while (r >= 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 3324 ext/mbstring/oniguruma/regcomp.c ret = setup_comb_exp_check(NCONS(node).left, state, env); NCONS 3326 ext/mbstring/oniguruma/regcomp.c } while (ret >= 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 3458 ext/mbstring/oniguruma/regcomp.c r = setup_tree(NCONS(node).left, reg, state, env); NCONS 3460 ext/mbstring/oniguruma/regcomp.c r = next_setup(prev, NCONS(node).left, reg); NCONS 3462 ext/mbstring/oniguruma/regcomp.c prev = NCONS(node).left; NCONS 3463 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 3469 ext/mbstring/oniguruma/regcomp.c r = setup_tree(NCONS(node).left, reg, (state | IN_ALT), env); NCONS 3470 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(node = NCONS(node).right)); NCONS 4363 ext/mbstring/oniguruma/regcomp.c r = optimize_node_left(NCONS(nd).left, &nopt, &nenv); NCONS 4368 ext/mbstring/oniguruma/regcomp.c } while (r == 0 && IS_NOT_NULL(nd = NCONS(nd).right)); NCONS 4378 ext/mbstring/oniguruma/regcomp.c r = optimize_node_left(NCONS(nd).left, &nopt, env); NCONS 4383 ext/mbstring/oniguruma/regcomp.c } while ((r == 0) && IS_NOT_NULL(nd = NCONS(nd).right)); NCONS 5873 ext/mbstring/oniguruma/regcomp.c print_indent_tree(f, NCONS(node).left, indent + add); NCONS 5874 ext/mbstring/oniguruma/regcomp.c while (IS_NOT_NULL(node = NCONS(node).right)) { NCONS 5879 ext/mbstring/oniguruma/regcomp.c print_indent_tree(f, NCONS(node).left, indent + add); NCONS 1019 ext/mbstring/oniguruma/regparse.c onig_node_free(NCONS(node).left); NCONS 1022 ext/mbstring/oniguruma/regparse.c Node* next_node = NCONS(node).right; NCONS 1219 ext/mbstring/oniguruma/regparse.c NCONS(node).left = left; NCONS 1220 ext/mbstring/oniguruma/regparse.c NCONS(node).right = right; NCONS 1236 ext/mbstring/oniguruma/regparse.c NCONS(node).left = left; NCONS 1237 ext/mbstring/oniguruma/regparse.c NCONS(node).right = right; NCONS 2106 ext/mbstring/oniguruma/regparse.c if (! is_invalid_qualifier_target(NCONS(node).left)) return 0; NCONS 2107 ext/mbstring/oniguruma/regparse.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 2113 ext/mbstring/oniguruma/regparse.c if (is_invalid_qualifier_target(NCONS(node).left)) return 1; NCONS 2114 ext/mbstring/oniguruma/regparse.c } while (IS_NOT_NULL(node = NCONS(node).right)); NCONS 4754 ext/mbstring/oniguruma/regparse.c ptail = &(NCONS(*ptail).right); NCONS 5214 ext/mbstring/oniguruma/regparse.c tmp = NCONS(*targetp).right = node_new_list(qn, NULL); NCONS 5216 ext/mbstring/oniguruma/regparse.c targetp = &(NCONS(tmp).left); NCONS 5241 ext/mbstring/oniguruma/regparse.c headp = &(NCONS(*top).right); NCONS 5248 ext/mbstring/oniguruma/regparse.c while (IS_NOT_NULL(NCONS(node).right)) node = NCONS(node).right; NCONS 5249 ext/mbstring/oniguruma/regparse.c headp = &(NCONS(node).right); NCONS 5253 ext/mbstring/oniguruma/regparse.c headp = &(NCONS(*headp).right); NCONS 5281 ext/mbstring/oniguruma/regparse.c headp = &(NCONS(*top).right); NCONS 5289 ext/mbstring/oniguruma/regparse.c headp = &(NCONS(*headp).right);