Searched defs:error_info (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/astsa/
H A Derror.c30 Error_info_t error_info; variable
47 if (level && ((s = error_info.id) || (s = (char*)id)))
63 error_info.warnings++;
67 error_info.errors++;
71 if (error_info.line)
73 if (error_info.file && *error_info.file)
74 sfprintf(sfstderr, "\"%s\", ", error_info.file);
75 sfprintf(sfstderr, "line %d: ", error_info.line);
H A Derror.h54 #define error_info _err_info macro
58 extern Error_info_t error_info;
/ast/src/cmd/3d/
H A Derror.c31 * level >= error_info.core!=0 dumps core
32 * level >= ERROR_FATAL calls error_info.exit
48 #undef error_info macro
49 #define error_info _error_info_ macro
118 if ((fd = fsfd(&state.fs[FS_option])) <= 0 || level < error_info.trace || lib && (error_info.clear & ERROR_LIBRARY) || level < 0 && error_info.mask && !(error_info.mask & (1<<(-level - 1))))
120 if (level >= ERROR_FATAL) (*error_info.exit)(level - 1);
124 if (error_info
[all...]
/ast/src/lib/libast/include/
H A Derror.h57 #define ERROR_translating() (error_info.translate&&(ast.locale.set&(1<<AST_LC_MESSAGES)))
101 #define ERROR_CONTEXT_BASE ((Error_context_t*)&error_info.context)
103 #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))
169 #define error_info (*_error_infop_) macro

Completed in 9 milliseconds