Home
last modified time | relevance | path

Searched refs:sh_pushcontext (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h108 #define sh_pushcontext(shp,bp,n)( (bp)->mode=(n) , (bp)->olist=0, \ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c112 sh_pushcontext(shp,&buff,1); in b_getopts()
H A Dmisc.c283 sh_pushcontext(shp,&buff,SH_JMPDOT); in b_dot_cmd()
H A Dread.c336 sh_pushcontext(shp,&buff,1); in sh_readline()
H A Dtypeset.c1208 sh_pushcontext(shp,&buff,1); in unall()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c592 sh_pushcontext(shp,buffp,SH_JMPEVAL); in sh_eval()
1335 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_exec()
1545 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_exec()
1785 sh_pushcontext(shp,buffp,SH_JMPEXIT); in sh_exec()
1916 sh_pushcontext(shp,buffp,SH_JMPIO); in sh_exec()
2006 sh_pushcontext(shp,buffp,SH_JMPEXIT); in sh_exec()
2264 sh_pushcontext(shp,buffp,jmpval); in sh_exec()
2426 sh_pushcontext(shp,buffp,jmpval); in sh_exec()
3403 sh_pushcontext(shp,buffp,SH_JMPFUN); in sh_funscope()
3587 sh_pushcontext(shp,buffp,SH_JMPCMD); in sh_fun()
[all …]
H A Dfault.c462 sh_pushcontext(shp,&buff,SH_JMPTRAP); in sh_trap()
H A Dmain.c376 sh_pushcontext(shp,&buff,SH_JMPERREXIT); in exfile()
H A Dsubshell.c502 sh_pushcontext(shp,&buff,SH_JMPSUB); in sh_subshell()
H A Dmacro.c142 sh_pushcontext(shp,&buff,SH_JMPSUB); in sh_mactry()
2125 sh_pushcontext(mp->shp,&buff,SH_JMPIO); in comsubst()
H A Dinit.c1552 sh_pushcontext(shp,&shp->checkbase,SH_JMPSCRIPT); in sh_init()
H A Dparse.c854 sh_pushcontext(shp,&buff,1); in funct()