Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c65 extern void sh_deparse(Sfio_t*, const Shnode_t*,int);
67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags) in sh_deparse() function
H A Dxec.c749 sh_deparse(sfstdout,(Shnode_t*)(nv_funtree(np)),0); in print_fun()
879 sh_deparse(sfstdout,t,filt==1||filt==2?FALTPIPE:0); in sh_coexec()
3732 sh_deparse(sp,t->fork.forktre,0); in run_subshell()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h404 extern void sh_deparse(Sfio_t*,const Shnode_t*,int);