/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.c | 94 ptree(int flags, struct node *np, int no_iterators, int fileline) in ptree() function 115 ptree(flags, np->u.name.child, in ptree() 123 ptree(flags, np->u.name.child, no_iterators, in ptree() 135 ptree(flags, np->u.name.next, no_iterators, fileline); in ptree() 152 ptree(flags, np->u.func.arglist, no_iterators, fileline); in ptree() 156 ptree(flags, np->u.expr.left, no_iterators, fileline); in ptree() 158 ptree(flags, np->u.expr.right, no_iterators, fileline); in ptree() 161 ptree(flags, np->u.event.ename, no_iterators, fileline); in ptree() 164 ptree(flags, np->u.event.epname, in ptree() 169 ptree(flags, np->u.event.eexprlist, in ptree() [all …]
|
H A D | ptree.h | 57 void ptree(int flags, struct node *np, int no_iterators, int fileline);
|
H A D | eftwrite.c | 114 ptree(O_ALTFP, tree_root(NULL), 0, 1); in eftwrite()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 101 int *ptree; /* address of parse tree */ member 150 #define nv_funtree(n) ((n)->nvalue.rp->ptree)
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-extended-system-utilities.p5m | 57 link path=usr/bin/$(ARCH64)/ptree target=../../bin/ptree 114 file path=usr/bin/ptree mode=0555 176 link path=usr/proc/bin/ptree target=../../bin/ptree 231 file path=usr/share/man/man1/ptree.1
|
/illumos-gate/usr/src/cmd/ptools/ |
H A D | Makefile | 45 ptree \
|
H A D | Makefile.bld | 107 ptree := CSTD = $(CSTD_GNU99)
|
/illumos-gate/usr/src/cmd/fm/eversholt/ |
H A D | Makefile.esc.com | 37 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 | 41 ptree.c stable.c stats.c tree.c
|
H A D | fme.c | 3542 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); in checkconstraints() 3553 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); in checkconstraints() 3571 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); in checkconstraints() 3580 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); in checkconstraints() 3591 ptree(O_ALTFP|O_VERB|O_NONL, ctp->cnode, 1, 0); in checkconstraints()
|
H A D | itree.c | 1677 ptree(flags, cp->cnode, 1, 0); in itree_pbubble()
|
/illumos-gate/usr/src/man/man1/ |
H A D | Makefile | 300 ptree.1 \
|
/illumos-gate/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 266 Process Management:suser:cmd:::/usr/bin/ptree:euid=0
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3585 ptree(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ptree() function 4167 { "ptree", NULL, "print process tree", ptree },
|