Searched refs:sh_deparse (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | deparse.c | 65 extern void sh_deparse(Sfio_t*, const Shnode_t*,int); 67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags) function
|
H A D | xec.c | 710 sh_deparse(sfstdout,(Shnode_t*)(nv_funtree(np)),0); 840 sh_deparse(sfstdout,t,filt==1||filt==2?FALTPIPE:0); 3519 sh_deparse(sp,t->fork.forktre,0);
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 395 extern void sh_deparse(Sfio_t*,const Shnode_t*,int);
|
Completed in 32 milliseconds