Searched refs:sh_parse (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dshcomp.c138 if(t = (Shnode_t*)sh_parse(shp,in,0))
H A Dmain.c563 t = (Shnode_t*)sh_parse(shp,iop,0);
H A Dxec.c600 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL);
/ast/src/cmd/ksh93/include/
H A Dshell.h153 /* flags for sh_parse */
180 extern void *sh_parse(Shell_t*, Sfio_t*,int);

Completed in 21 milliseconds