Home
last modified time | relevance | path

Searched refs:nerrors (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgcmp.c288 int *nerrors) in match_domain() argument
305 (*nerrors)++; in match_domain()
311 (*nerrors)++; in match_domain()
323 (*nerrors)++; in match_domain()
348 int nerrors; in compare() local
397 nerrors = 0; in compare()
409 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare()
423 match_domain (fn1, fn2, defmlp, refmlp, &nerrors); in compare()
445 if (nerrors > 0) in compare()
447 ngettext ("found %d fatal error", "found %d fatal errors", nerrors), in compare()
[all …]
H A Dmsgfmt.c530 int nerrors = 0; in main() local
533 nerrors += in main()
540 if (nerrors > 0) in main()
544 nerrors), in main()
545 nerrors); in main()
/netbsd-src/usr.bin/error/
H A Dmain.c62 int nerrors = 0; variable
162 eaterrors(&nerrors, &errors); in main()
164 printerrors(true, nerrors, errors); in main()
165 qsort(errors, nerrors, sizeof(Eptr), errorsort); in main()
167 printerrors(false, nerrors, errors); in main()
168 findfiles(nerrors, errors, &nfiles, &files); in main()
H A Dinput.c111 printf("%d errorentrys\n", nerrors); in eaterrors()
159 newerror->error_no = nerrors++; in erroradd()
H A Derror.h184 extern int nerrors;
H A Dtouch.c171 ECITERATE(ei, errorp, 0, errors, nerrors) { in countfiles()
/netbsd-src/sys/kern/
H A Dgenlintstub.awk90 nerrors = 0;
95 ++nerrors;
99 if (nerrors > 0)
H A Dkern_event.c1816 int nerrors, error; in kevent1() local
1838 nerrors = 0; in kevent1()
1861 eventlist, nerrors, 1); in kevent1()
1865 nerrors++; in kevent1()
1870 if (nerrors) { in kevent1()
1871 *retval = nerrors; in kevent1()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dmain.c69 nerrors ? "" : "major ", ftitle, lineno); in segvcatch()
312 if (!nerrors) in main()
320 ejobcode( nerrors ? 1 : 0 ); in main()
337 return(nerrors?1:0); in main()
H A Dpass1.h180 extern int lineno, nerrors;
H A Dinline.c405 if (is == NULL || nerrors) { in inlinetree()
H A Dinit.c657 if (nerrors) in scalinit()
H A Dpftn.c508 if (retlab != NOLAB && nerrors == 0) { /* inside a real function */ in ftnend()
524 if (nerrors == 0) { in ftnend()
H A Dtrees.c3023 if (nerrors) in ecode()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dmain.c70 nerrors ? "" : "major ", ftitle, lineno); in segvcatch()
334 if (!nerrors) { in main()
347 ejobcode( nerrors ? 1 : 0 ); in main()
365 return(nerrors?1:0); in main()
H A Dinline.c485 if (is == NULL || nerrors) { in inlinetree()
498 n = nerrors; in inlinetree()
501 nerrors = n; in inlinetree()
H A Dpass1.h176 extern int lineno, nerrors, issyshdr;
H A Dinit.c678 if (nerrors) in scalinit()
H A Dpftn.c543 if (retlab != NOLAB && nerrors == 0) { /* inside a real function */ in ftnend()
559 if (nerrors == 0) { in ftnend()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c64 unsigned nerrors = global.errors; in evalStaticCondition() local
75 if (nerrors != global.errors || in evalStaticCondition()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c75 int nerrors = 0; /* number of errors */ variable
89 if (++nerrors > 30) in incerr()
123 if (nerrors && nerrors <= 30) { in cerror()
393 if (nerrors) in tcheck()
H A Dmanifest.h384 extern int nerrors; /* number of errors seen so far */
H A Dreader.c1538 if (nerrors) {
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d89 const uint nerrors = global.errors; in impl() local
101 if (nerrors != global.errors || in impl()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c661 if(!nerrors)

12