Home
last modified time | relevance | path

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

/PHP-5.5/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()
3344 NCDR(var_anode) = an; in expand_case_fold_string_alt()
3349 NCDR(anode) = an; in expand_case_fold_string_alt()
[all …]
H A Dregparse.c1015 Node* next_node = NCDR(node); in onig_node_free()
1218 NCDR(node) = right; in node_new_list()
1238 list = NCDR(list); in onig_node_list_add()
1240 NCDR(list) = n; in onig_node_list_add()
1254 NCDR(node) = right; in onig_node_new_alt()
5441 headp = &(NCDR(*top)); in parse_branch()
5448 while (IS_NOT_NULL(NCDR(node))) node = NCDR(node); in parse_branch()
5449 headp = &(NCDR(node)); in parse_branch()
5453 headp = &(NCDR(*headp)); in parse_branch()
5481 headp = &(NCDR(*top)); in parse_subexp()
[all …]
H A Dregparse.h80 #define NCDR(node) (NCONS(node)->cdr) macro

Completed in 43 milliseconds