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

/ast/src/lib/libast/regex/
H A Dregerror.c85 fatal(regdisc_t* disc, int code, const char* pattern) function
H A Dreglib.h43 #define fatal _reg_fatal macro
574 int fatal; member in struct:State_s
586 extern int fatal(regdisc_t*, int, const char*);
/ast/src/cmd/mailx/
H A Dmain.c239 int fatal = 0; local
438 fatal = 1;
451 if (fatal)
/ast/src/lib/libz/
H A Dgzio.c74 int fatal; /* fatal stream error => all other ops fail */ member in struct:gz_stream
139 s->fatal = 0;
1207 if (s == NULL || s->z_err == Z_ERRNO || s->z_err == Z_DATA_ERROR || s->fatal)
1213 s->fatal = 1;
/ast/src/cmd/nmake/
H A Dobject.c1185 remtmp(int fatal) argument
1187 if (fatal && state.stateview == 0 && state.tmpfile)
1196 if (fatal)

Completed in 18 milliseconds