Searched refs:Error_info_t (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | error.h | 92 #define ERROR_CONTEXT_T Error_info_t 100 typedef struct Error_info_s Error_info_t; typedef 161 extern Error_info_t* _error_infop_; 178 extern Error_info_t* errorctx(Error_info_t*, int, int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 101 #define ERROR_CONTEXT_T Error_info_t 109 typedef struct Error_info_s Error_info_t; typedef 172 extern __MANGLE__ Error_info_t* _error_infop_; 191 extern __MANGLE__ Error_info_t* errorctx __PROTO__((Error_info_t*, int, int));
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | error.c | 57 extern Error_info_t _error_info_; 59 Error_info_t _error_info_ = 74 __EXTERN__(Error_info_t, _error_info_); 76 __EXTERN__(Error_info_t*, _error_infop_); 78 Error_info_t* _error_infop_ = &_error_info_; 622 static Error_info_t* freecontext; 624 Error_info_t* 625 errorctx(Error_info_t* p, int op, int flags) in errorctx() 644 else if (!(p = newof(0, Error_info_t, 1, 0))) in errorctx()
|
H A D | optget.c | 3922 extern Error_info_t _error_info_; in optget()
|