Searched refs:initerr (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y1827 initerr = 0;
1865 if (initflg && !initerr)
H A Ddecl.c1748 if (initflg && !(initerr = chkinit(dsym)))
2196 initerr = 1;
2514 if (initflg && !(initerr = chkinit(dsym))) {
H A Dexterns1.h274 extern int initerr;
H A Dinit.c47 * initerr is set as soon as a fatal error occurred in an initialisation.
51 int initerr; variable
133 if (initerr)
293 initerr = 1;
312 initerr = 1;
340 initerr = 1;
351 initerr = 1;
395 initerr = 1;
415 if (!initerr)
417 while (!initerr
[all...]

Completed in 83 milliseconds