Home
last modified time | relevance | path

Searched defs:Error_info_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h123 struct Error_info_s /* error state */ struct
125 int fd; /* write(2) fd */
127 void (*exit)(int); /* error exit */
133 int core; /* level>=core -> core dump */
134 int indent; /* debug trace indent level */
135 int init; /* initialized */
136 int last_errno; /* last reported errno */
138 int set; /* default set ERROR_* flags */
139 int trace; /* debug trace level */
149 unsigned long time; /* debug time trace */
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Derror.h32 typedef struct Error_info_s struct
34 int errors;
35 int line;
36 int warnings;
37 char* catalog;
38 char* file;
39 char* id;