Searched refs:fatal (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libast/regex/
H A Dregsubcomp.c68 return fatal(disc, REG_EFLAGS, s - 1);
83 return fatal(disc, REG_EFLAGS, s - 1);
130 return fatal(disc, REG_BADPAT, NiL);
137 return fatal(disc, REG_ESPACE, s);
153 return fatal(disc, REG_EDELIM, s);
167 return fatal(disc, REG_EDELIM, r);
180 return fatal(disc, REG_EESCAPE, r);
216 return fatal(disc, REG_EESCAPE, s - 2);
294 return fatal(disc, REG_ESPACE, NiL);
323 return fatal(dis
[all...]
H A Dregsubexec.c156 return fatal(p->env->disc, REG_BADPAT, NiL);
165 PUTS(p, b, s, match->rm_eo, return fatal(p->env->disc, c, NiL));
168 PUTS(p, b, s, match->rm_so, return fatal(p->env->disc, c, NiL));
170 return fatal(p->env->disc, c, NiL);
178 return fatal(p->env->disc, c, NiL);
190 PUTC(p, b, c, return fatal(p->env->disc, c, NiL));
192 NEED(p, b, 1, return fatal(p->env->disc, c, NiL));
H A Dregerror.c85 fatal(regdisc_t* disc, int code, const char* pattern) function
H A Dregsub.c249 return fatal(p->env->disc, REG_BADPAT, NiL);
261 return fatal(p->env->disc, r, NiL);
266 return fatal(p->env->disc, r, NiL);
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*);
H A Dregcomp.c3253 return fatal(disc, REG_BADPAT, pattern);
3263 return fatal(disc, REG_ESPACE, pattern);
3270 return fatal(disc, REG_ESPACE, pattern);
3345 return fatal(disc, REG_ESPACE, pattern);
3361 return fatal(disc, REG_ESPACE, pattern);
3421 return fatal(disc, env.error, pattern);
3436 return fatal((flags & REG_DISCIPLINE) ? p->re_disc : &state.disc, REG_ESPACE, pattern);
3462 return fatal(p->env->disc, REG_BADPAT, NiL);
3504 return fatal(p->env->disc, REG_BADPAT, NiL);
3514 return fatal(
[all...]
H A Dregnexec.c1862 return fatal(env->disc, REG_BADPAT, NiL);
2015 fatal(p->env->disc, k, NiL);
/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/re/
H A Ded.c99 #define error fatal
/ast/src/cmd/nmake/
H A Dobject.c1185 remtmp(int fatal) argument
1187 if (fatal && state.stateview == 0 && state.tmpfile)
1196 if (fatal)
/ast/src/cmd/INIT/
H A Dratz.c3646 int fatal; /* fatal stream error => all other ops fail */
3707 s->fatal = 0;

Completed in 71 milliseconds