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

/ast/src/cmd/ksh93/include/
H A Dfault.h113 #define sh_popcontext(shp,bp) (shp->jmplist=(bp)->prev, errorpop(&((bp)->err)))
/ast/src/lib/libast/include/
H A Derror.h94 * errorpush()/errorpop() are obsolete -- use errorctx() instead
104 #define errorpop(p) (*ERROR_CONTEXT_BASE=*(p)) macro
/ast/src/cmd/ksh93/
H A DMakefile9 ERROR_CONTEXT_T == Error_context_t /* workaround until switch from errorpush()/errorpop() => errorctx() */
/ast/src/cmd/ksh93/sh/
H A Dxec.c1448 errorpop(&buffp->err);

Completed in 31 milliseconds