Searched refs:preorder (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/iconv/ |
D | gconv_dl.c | 157 if (value != preorder && value != leaf) in do_release_shlib() 219 : value == preorder ? "preorder" in do_print()
|
/glibc-2.36/manual/examples/ |
D | twalk.c | 36 case preorder: in twalk_with_twalk_r_action()
|
/glibc-2.36/misc/ |
D | tst-tsearch.c | 136 case preorder: in twalk_with_twalk_r_action() 173 if (which == leaf || which == preorder) in walk_action()
|
D | search.h | 120 preorder, enumerator
|
D | tsearch.c | 694 (*action) (root, preorder, level); in weak_alias() 733 (*action) (root, preorder, closure); in weak_alias()
|
/glibc-2.36/conform/data/ |
D | search.h-data | 12 constant preorder
|
/glibc-2.36/posix/ |
D | regcomp.c | 39 static reg_errcode_t preorder (bin_tree_t *root, 1183 preorder (dfa->str_tree, optimize_subexps, dfa); in analyze() 1200 preorder (dfa->str_tree, calc_next, dfa); in analyze() 1201 ret = preorder (dfa->str_tree, link_nfa_nodes, dfa); in analyze() 1258 preorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), in preorder() function
|
/glibc-2.36/manual/ |
D | search.texi | 594 @item preorder
|
D | pattern.texi | 997 @c preorder() @ascuheap @acsmem
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 12384 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes, 12386 (analyze): Accept a regex_t *. Invoke the passes via the preorder and
|