Home
last modified time | relevance | path

Searched refs:Error_context_t (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Derror.h95 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
97 …ONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_in…
101 typedef struct Error_context_s Error_context_t; typedef
141 Error_context_t empty; /* empty context stack element */
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 …ONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_in…
110 typedef struct Error_context_s Error_context_t; typedef
150 Error_context_t empty; /* empty context stack element */
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 …ONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_in…
110 typedef struct Error_context_s Error_context_t; typedef
150 Error_context_t empty; /* empty context stack element */
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 …ONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_in…
110 typedef struct Error_context_s Error_context_t; typedef
150 Error_context_t empty; /* empty context stack element */
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 …ONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_in…
110 typedef struct Error_context_s Error_context_t; typedef
150 Error_context_t empty; /* empty context stack element */
/titanic_50/usr/src/
H A DMakefile.ast65 -DERROR_CONTEXT_T=Error_context_t \
/titanic_50/usr/src/lib/libshell/common/include/
H A Dfault.h102 Error_context_t err;
/titanic_50/usr/src/lib/libast/common/misc/
H A Derror.c301 #define CONTEXT(f,p) (((f)&ERROR_PUSH)?((Error_context_t*)&(p)->context->context):((Error_context_t
304 context(register Sfio_t* sp, register Error_context_t* cp) in context()