Searched defs:Error_context_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 #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))
110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
150 Error_context_t empty; /* empty context stack element */
/illumos-gate/usr/src/lib/libast/common/include/
H A Derror.h95 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
97 #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))
101 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
141 Error_context_t empty; /* empty context stack element */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 #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))
110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
150 Error_context_t empty; /* empty context stack element */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 #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))
110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
150 Error_context_t empty; /* empty context stack element */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h104 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
106 #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))
110 typedef struct Error_context_s Error_context_t; typedef in typeref:struct:Error_context_s
150 Error_context_t empty; /* empty context stack element */

Completed in 47 milliseconds