Searched refs:errorpush (Results 1 – 9 of 9) sorted by relevance
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | error.h | 97 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.co… macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 94 * errorpush()/errorpop() are obsolete -- use errorctx() instead 103 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f)) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.c… macro
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 9 ERROR_CONTEXT_T == Error_context_t /* workaround until switch from errorpush()/errorpop() => errorctx() */
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.c… macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.c… macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.c… macro
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 947 errorpush(&buff.err,0); in sh_exec() 2624 errorpush(&buff.err,0); in sh_funscope() 2788 errorpush(&buff.err,0); in sh_fun() 3127 errorpush(&buff.err,ERROR_SILENT); in sh_ntfork()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 1341 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()
|