Searched refs:ptree (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 26 * ptree.c -- routines for printing the prop tree 42 #include "ptree.h" 64 out(O_DIE, "ptree: non-NULL cp"); 96 ptree(int flags, struct node *np, int no_iterators, int fileline) function 117 ptree(flags, np->u.name.child, 125 ptree(flags, np->u.name.child, no_iterators, 137 ptree(flags, np->u.name.next, no_iterators, fileline); 154 ptree(flags, np->u.func.arglist, no_iterators, fileline); 158 ptree(flags, np->u.expr.left, no_iterators, fileline); 160 ptree(flag [all...] |
H A D | ptree.h | 26 * ptree.h -- public definitions for tree print module 59 void ptree(int flags, struct node *np, int no_iterators, int fileline);
|
H A D | eftwrite.c | 46 #include "ptree.h" 114 ptree(O_ALTFP, tree_root(NULL), 0, 1);
|
/illumos-gate/usr/src/cmd/ptools/ |
H A D | Makefile | 45 ptree \
|
/illumos-gate/usr/src/cmd/fm/eversholt/ |
H A D | Makefile.esc.com | 35 out.o ptree.o stable.o stats.o tree.o $($(EFTCLASS)_WRTOBJ)
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | Makefile | 40 ptree.c stable.c stats.c tree.c
|
H A D | fme.c | 47 #include "ptree.h" 3524 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); 3535 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); 3553 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); 3562 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); 3573 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0);
|
H A D | itree.c | 41 #include "ptree.h" 1677 ptree(flags, cp->cnode, 1, 0);
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | name.h | 92 int *ptree; /* address of parse tree */ member in struct:Ufunction 138 #define nv_funtree(n) ((n)->nvalue.rp->ptree)
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 305 ptree.1 \
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3383 ptree(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function 3956 { "ptree", NULL, "print process tree", ptree },
|
Completed in 109 milliseconds