Searched defs:ptree (Results 1 - 3 of 3) 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...] |
| /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/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 69 milliseconds