Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dfault.h113 #define sh_popcontext(shp,bp) (shp->jmplist=(bp)->prev, errorpop(&((bp)->err)))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h104 #define errorpop(p) (*ERROR_CONTEXT_BASE=*(p)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile9 ERROR_CONTEXT_T == Error_context_t /* workaround until switch from errorpush()/errorpop() => errorc…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1457 errorpop(&buffp->err); in sh_exec()