Home
last modified time | relevance | path

Searched refs:errorpush (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h103 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.co… 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.c1341 errorpush(&buffp->err,0); in sh_exec()
3404 errorpush(&buffp->err,0); in sh_funscope()
3593 errorpush(&buffp->err,0); in sh_fun()
3931 errorpush(&buffp->err,ERROR_SILENT); in sh_ntfork()