Home
last modified time | relevance | path

Searched refs:postorder (Results 1 – 17 of 17) sorted by relevance

/glibc-2.36/iconv/
Diconv_prog.c633 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()
Dgconv_dl.c220 : value == postorder ? "postorder" : "endorder", in do_print()
Diconvconfig.c482 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/
Dtwalk.c40 case postorder: in twalk_with_twalk_r_action()
/glibc-2.36/malloc/
Dtst-mtrace.c100 if (value == postorder || value == leaf) in print()
/glibc-2.36/posix/
Dregcomp.c42 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/
Dsearch.h121 postorder, enumerator
Dtsearch.c697 (*action) (root, postorder, level); in weak_alias()
736 (*action) (root, postorder, closure); in weak_alias()
Dtst-tsearch.c140 case postorder: in twalk_with_twalk_r_action()
/glibc-2.36/conform/data/
Dsearch.h-data13 constant postorder
/glibc-2.36/nss/
Dmakedb.c579 if (which != leaf && which != postorder) in copy_valstr()
628 if (which != leaf && which != postorder) in add_key()
/glibc-2.36/elf/
Dsprof.c1046 if (value == leaf || value == postorder) in printsym()
1284 if (value == leaf || value == postorder) in printflat()
/glibc-2.36/locale/programs/
Dlocale.c305 if (value == postorder || value == leaf) in print_names()
/glibc-2.36/manual/
Dpattern.texi893 @c postorder() @ascuheap @acsmem
981 @c postorder() @ascuheap @acsmem
987 @c postorder() @ascuheap @acsmem
1005 @c postorder() @ascuheap @acsmem
Dsearch.texi597 @item postorder
/glibc-2.36/ChangeLog.old/
DChangeLog.1612384 (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
12387 postorder generic visitors. Do not initialize the fields in the
DChangeLog.1895722 (parse_sub_exp): Fix last change, use postorder.