Searched refs:postorder (Results 1 – 17 of 17) sorted by relevance
/glibc-2.36/iconv/ |
D | iconv_prog.c | 633 if (value == leaf || value == postorder) in insert_print_list() 643 if (value == leaf || value == postorder) in do_print_human() 685 if (value == leaf || value == postorder) in do_print()
|
D | gconv_dl.c | 220 : value == postorder ? "postorder" : "endorder", in do_print()
|
D | iconvconfig.c | 482 if (value != leaf && value != postorder) in append_alias() 692 if (value != leaf && value != postorder) in append_module() 983 if (value != leaf && value != postorder) in name_insert()
|
/glibc-2.36/manual/examples/ |
D | twalk.c | 40 case postorder: in twalk_with_twalk_r_action()
|
/glibc-2.36/malloc/ |
D | tst-mtrace.c | 100 if (value == postorder || value == leaf) in print()
|
/glibc-2.36/posix/ |
D | regcomp.c | 42 static reg_errcode_t postorder (bin_tree_t *root, 1194 ret = postorder (dfa->str_tree, lower_subexps, preg); in analyze() 1197 ret = postorder (dfa->str_tree, calc_first, dfa); in analyze() 1226 postorder (bin_tree_t *root, reg_errcode_t (fn (void *, bin_tree_t *)), in postorder() function 2173 postorder (tree, free_tree, NULL); in parse_reg_exp() 2216 postorder (tree, free_tree, NULL); in parse_branch() 2224 postorder (expr, free_tree, NULL); in parse_branch() 2225 postorder (tree, free_tree, NULL); in parse_branch() 2452 postorder (tree, free_tree, NULL); in parse_expression() 2462 postorder (tree, free_tree, NULL); in parse_expression() [all …]
|
/glibc-2.36/misc/ |
D | search.h | 121 postorder, enumerator
|
D | tsearch.c | 697 (*action) (root, postorder, level); in weak_alias() 736 (*action) (root, postorder, closure); in weak_alias()
|
D | tst-tsearch.c | 140 case postorder: in twalk_with_twalk_r_action()
|
/glibc-2.36/conform/data/ |
D | search.h-data | 13 constant postorder
|
/glibc-2.36/nss/ |
D | makedb.c | 579 if (which != leaf && which != postorder) in copy_valstr() 628 if (which != leaf && which != postorder) in add_key()
|
/glibc-2.36/elf/ |
D | sprof.c | 1046 if (value == leaf || value == postorder) in printsym() 1284 if (value == leaf || value == postorder) in printflat()
|
/glibc-2.36/locale/programs/ |
D | locale.c | 305 if (value == postorder || value == leaf) in print_names()
|
/glibc-2.36/manual/ |
D | pattern.texi | 893 @c postorder() @ascuheap @acsmem 981 @c postorder() @ascuheap @acsmem 987 @c postorder() @ascuheap @acsmem 1005 @c postorder() @ascuheap @acsmem
|
D | search.texi | 597 @item postorder
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.16 | 12384 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes, 12387 postorder generic visitors. Do not initialize the fields in the
|
D | ChangeLog.18 | 95722 (parse_sub_exp): Fix last change, use postorder.
|