| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | msgcmp.c | 288 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 D | msgfmt.c | 530 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 D | main.c | 62 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 D | input.c | 111 printf("%d errorentrys\n", nerrors); in eaterrors() 159 newerror->error_no = nerrors++; in erroradd()
|
| H A D | error.h | 184 extern int nerrors;
|
| H A D | touch.c | 171 ECITERATE(ei, errorp, 0, errors, nerrors) { in countfiles()
|
| /netbsd-src/sys/kern/ |
| H A D | genlintstub.awk | 90 nerrors = 0; 95 ++nerrors; 99 if (nerrors > 0)
|
| H A D | kern_event.c | 1816 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 D | main.c | 69 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 D | pass1.h | 180 extern int lineno, nerrors;
|
| H A D | inline.c | 405 if (is == NULL || nerrors) { in inlinetree()
|
| H A D | init.c | 657 if (nerrors) in scalinit()
|
| H A D | pftn.c | 508 if (retlab != NOLAB && nerrors == 0) { /* inside a real function */ in ftnend() 524 if (nerrors == 0) { in ftnend()
|
| H A D | trees.c | 3023 if (nerrors) in ecode()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | main.c | 70 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 D | inline.c | 485 if (is == NULL || nerrors) { in inlinetree() 498 n = nerrors; in inlinetree() 501 nerrors = n; in inlinetree()
|
| H A D | pass1.h | 176 extern int lineno, nerrors, issyshdr;
|
| H A D | init.c | 678 if (nerrors) in scalinit()
|
| H A D | pftn.c | 543 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 D | staticcond.c | 64 unsigned nerrors = global.errors; in evalStaticCondition() local 75 if (nerrors != global.errors || in evalStaticCondition()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
| H A D | common.c | 75 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 D | manifest.h | 384 extern int nerrors; /* number of errors seen so far */
|
| H A D | reader.c | 1538 if (nerrors) {
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | staticcond.d | 89 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 D | local.c | 661 if(!nerrors)
|