Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h184 extern Error_info_t* errorctx(Error_info_t*, int, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile9 …ONTEXT_T == Error_context_t /* workaround until switch from errorpush()/errorpop() => errorctx() */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c625 errorctx(Error_info_t* p, int op, int flags) in errorctx() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE395 07-03-21 misc/error.c: add errorctx() for error_info switching