Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregcomp.c1501 } while (IS_NOT_NULL(node = NCDR(node))); in compile_length_tree()
1600 if (NCDR(x) != NULL) { in compile_tree()
1603 } while (IS_NOT_NULL(x = NCDR(x))); in compile_tree()
1608 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
1614 if (IS_NOT_NULL(NCDR(node))) { in compile_tree()
2737 } while (IS_NOT_NULL(x = NCDR(x))); in subexp_inf_recursive_check()
3104 while ((np = NCDR(np)) != NULL_NODE) { in divide_look_behind_alternatives()
3115 } while ((np = NCDR(np)) != NULL_NODE); in divide_look_behind_alternatives()
3343 NCDR(var_anode) = an; in expand_case_fold_string_alt()
3348 NCDR(anode) = an; in expand_case_fold_string_alt()
[all …]
H A Dregparse.c1026 Node* next_node = NCDR(node); in onig_node_free()
1229 NCDR(node) = right; in node_new_list()
1249 list = NCDR(list); in onig_node_list_add()
1251 NCDR(list) = n; in onig_node_list_add()
1265 NCDR(node) = right; in onig_node_new_alt()
5454 headp = &(NCDR(*top)); in parse_branch()
5461 while (IS_NOT_NULL(NCDR(node))) node = NCDR(node); in parse_branch()
5462 headp = &(NCDR(node)); in parse_branch()
5466 headp = &(NCDR(*headp)); in parse_branch()
5494 headp = &(NCDR(*top)); in parse_subexp()
[all …]
H A Dregparse.h80 #define NCDR(node) (NCONS(node)->cdr) macro

Completed in 34 milliseconds