Home
last modified time | relevance | path

Searched refs:Error_info_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h98 #define ERROR_CONTEXT_T Error_info_t
106 typedef struct Error_info_s Error_info_t; typedef
167 extern Error_info_t* _error_infop_;
184 extern Error_info_t* errorctx(Error_info_t*, int, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c57 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 Doptget.c4290 extern Error_info_t _error_info_; in optget()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.h40 } Error_info_t; typedef
58 extern Error_info_t error_info;
H A Derror.c30 Error_info_t error_info;