Searched refs:ptree (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dptree.c26 * 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 Dptree.h26 * ptree.h -- public definitions for tree print module
59 void ptree(int flags, struct node *np, int no_iterators, int fileline);
H A Deftwrite.c46 #include "ptree.h"
114 ptree(O_ALTFP, tree_root(NULL), 0, 1);
/illumos-gate/usr/src/cmd/ptools/
H A DMakefile45 ptree \
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile.esc.com35 out.o ptree.o stable.o stats.o tree.o $($(EFTCLASS)_WRTOBJ)
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A DMakefile40 ptree.c stable.c stats.c tree.c
H A Dfme.c47 #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 Ditree.c41 #include "ptree.h"
1677 ptree(flags, cp->cnode, 1, 0);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h92 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 DMakefile305 ptree.1 \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3383 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