Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dshcomp.c138 if(t = (Shnode_t*)sh_parse(shp,in,0)) in main()
H A Dmain.c573 t = (Shnode_t*)sh_parse(shp,iop,0); in exfile()
H A Dparse.c332 void *sh_parse(Shell_t *shp, Sfio_t *iop, int flag) in sh_parse() function
H A Dmacro.c2109 t = (Shnode_t*)sh_parse(mp->shp, sp,SH_EOF|SH_NL); in comsubst()
H A Dxec.c603 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL); in sh_eval()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h180 extern void *sh_parse(Shell_t*, Sfio_t*,int);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers71 sh_parse;