Searched defs:print_scan (Results 1 - 1 of 1) sorted by relevance
| /ast/src/cmd/ksh93/bltins/ |
| H A D | typeset.c | 68 static void print_scan(Sfio_t*, int, Dt_t*, int, struct tdata*); 495 print_scan(iop,NV_NOSCOPE,nv_dict(np),aflag=='+',tp); 499 print_scan(iop,NV_FUNCTION|NV_NOSCOPE,tp->sh->fun_tree,aflag=='+',tp); 855 print_scan(sfstdout,flag&~NV_UTOL,troot,tp->aflag=='+',tp); 858 print_scan(sfstdout,flag,troot,tp->aflag=='+',tp); 862 print_scan(sfstdout,flag|NV_REF,troot,tp->aflag=='+',tp); 866 print_scan(sfstdout,0,troot,0,tp); 1055 print_scan(sfstdout, flag, tdata.sh->bltin_tree, 1, &tdata); 1131 print_scan(sfstdout,0,tdata.sh->var_tree,0,&tdata); 1422 static void print_scan(Sfio_ function [all...] |
Completed in 14 milliseconds