Home
last modified time | relevance | path

Searched refs:NCDR (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c1515 } while (IS_NOT_NULL(node = NCDR(node))); in compile_length_tree()
1614 if (NCDR(x) != NULL) { in compile_tree()
1617 } while (IS_NOT_NULL(x = NCDR(x))); in compile_tree()
1622 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
1628 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
2779 } while (IS_NOT_NULL(x = NCDR(x))); in subexp_inf_recursive_check()
3147 while ((np = NCDR(np)) != NULL_NODE) { in divide_look_behind_alternatives()
3158 } while ((np = NCDR(np)) != NULL_NODE); in divide_look_behind_alternatives()
3388 NCDR(var_anode) = an; in expand_case_fold_string_alt()
3393 NCDR(anode) = an; in expand_case_fold_string_alt()
[all …]
H A Dregparse.c1069 Node* next_node = NCDR(node); in onig_node_free()
1175 NCDR(node) = right; in node_new_list()
1195 list = NCDR(list); in onig_node_list_add()
1197 NCDR(list) = n; in onig_node_list_add()
1211 NCDR(node) = right; in onig_node_new_alt()
5344 headp = &(NCDR(*top)); in parse_branch()
5354 while (IS_NOT_NULL(NCDR(node))) node = NCDR(node); in parse_branch()
5355 headp = &(NCDR(node)); in parse_branch()
5359 headp = &(NCDR(*headp)); in parse_branch()
5390 headp = &(NCDR(*top)); in parse_subexp()
[all …]
H A Dregparse.h80 #define NCDR(node) (NCONS(node)->cdr) macro

Completed in 34 milliseconds