Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c68 static void print_scan(Sfio_t*, int, Dt_t*, int, struct tdata*);
496 print_scan(iop,NV_NOSCOPE,nv_dict(np),aflag=='+',tp); in print_value()
500 print_scan(iop,NV_FUNCTION|NV_NOSCOPE,tp->sh->fun_tree,aflag=='+',tp); in print_value()
856 print_scan(sfstdout,flag&~NV_UTOL,troot,tp->aflag=='+',tp); in setall()
859 print_scan(sfstdout,flag,troot,tp->aflag=='+',tp); in setall()
863 print_scan(sfstdout,flag|NV_REF,troot,tp->aflag=='+',tp); in setall()
867 print_scan(sfstdout,0,troot,0,tp); in setall()
1056 print_scan(sfstdout, flag, tdata.sh->bltin_tree, 1, &tdata); in b_builtin()
1132 print_scan(sfstdout,0,tdata.sh->var_tree,0,&tdata); in b_set()
1424 static void print_scan(Sfio_t *file, int flag, Dt_t *root, int option,struct tdata *tp) in print_scan() function