Searched refs:sh_pushcontext (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | fault.h | 108 #define sh_pushcontext(bp,n) ( (bp)->mode=(n) , (bp)->olist=0, \ macro
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 483 sh_pushcontext(&buff,SH_JMPEVAL); in sh_eval() 550 sh_pushcontext(&buff,SH_JMPIO); in pipe_exec() 941 sh_pushcontext(&buff,SH_JMPCMD); in sh_exec() 1131 sh_pushcontext(&buff,SH_JMPCMD); in sh_exec() 1299 sh_pushcontext(&buff,SH_JMPEXIT); in sh_exec() 1389 sh_pushcontext(&buff,SH_JMPIO); in sh_exec() 1468 sh_pushcontext(&buff,SH_JMPEXIT); in sh_exec() 1600 sh_pushcontext(&buff,jmpval); in sh_exec() 1726 sh_pushcontext(&buff,jmpval); in sh_exec() 2623 sh_pushcontext(&buff,SH_JMPFUN); in sh_funscope() [all …]
|
H A D | fault.c | 451 sh_pushcontext(&buff,SH_JMPTRAP); in sh_trap()
|
H A D | main.c | 390 sh_pushcontext(&buff,SH_JMPERREXIT); in exfile()
|
H A D | subshell.c | 494 sh_pushcontext(&buff,SH_JMPSUB); in sh_subshell()
|
H A D | macro.c | 132 sh_pushcontext(&buff,SH_JMPSUB); in sh_mactry() 1979 sh_pushcontext(&buff,SH_JMPIO); in comsubst()
|
H A D | init.c | 1296 sh_pushcontext(&shp->checkbase,SH_JMPSCRIPT); in sh_init()
|
H A D | parse.c | 797 sh_pushcontext(&buff,1); in funct()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | getopts.c | 107 sh_pushcontext(&buff,1); in b_getopts()
|
H A D | misc.c | 283 sh_pushcontext(&buff,SH_JMPDOT); in b_dot_cmd()
|
H A D | read.c | 312 sh_pushcontext(&buff,1); in sh_readline()
|
H A D | typeset.c | 993 sh_pushcontext(&buff,1); in b_unall()
|