Searched refs:sh_popcontext (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | fault.h | 113 #define sh_popcontext(shp,bp) (shp->jmplist=(bp)->prev, errorpop(&((bp)->err))) macro
|
/ast/src/cmd/ksh93/bltins/ |
H A D | getopts.c | 116 sh_popcontext(shp,&buff); 199 sh_popcontext(shp,&buff);
|
H A D | misc.c | 298 sh_popcontext(shp,&buff);
|
H A D | read.c | 802 sh_popcontext(shp,&buff);
|
H A D | typeset.c | 1269 sh_popcontext(shp,&buff);
|
/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 620 sh_popcontext(shp,buffp); 1447 sh_popcontext(shp,buffp); 1566 sh_popcontext(shp,buffp); 1877 sh_popcontext(shp,buffp); 1935 sh_popcontext(shp,buffp); 1998 sh_popcontext(shp,buffp); 2357 sh_popcontext(shp,buffp); 2455 sh_popcontext(shp,buffp); 3434 sh_popcontext(shp,buffp); 3580 sh_popcontext(sh [all...] |
H A D | fault.c | 489 sh_popcontext(shp,&buff);
|
H A D | macro.c | 146 sh_popcontext(shp,&buff); 2121 sh_popcontext(mp->shp,&buff);
|
H A D | main.c | 593 sh_popcontext(shp,&buff);
|
H A D | subshell.c | 637 sh_popcontext(shp,&buff);
|
Completed in 39 milliseconds