Home
last modified time | relevance | path

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

12

/original-bsd/usr.bin/error/
H A Dmain.c27 int nerrors = 0; variable
160 eaterrors(&nerrors, &errors);
162 printerrors(TRUE, nerrors, errors);
163 qsort(errors, nerrors, sizeof(Eptr), errorsort);
165 printerrors(FALSE, nerrors, errors);
166 findfiles(nerrors, errors, &nfiles, &files);
H A Dtouch.c32 findfiles(nerrors, errors, r_nfiles, r_files) in findfiles() argument
33 int nerrors; in findfiles()
80 files[fi] = &errors[nerrors];
250 hackfile(name, files, ix, nerrors) in hackfile() argument
262 previewed = preview(name, nerrors, files, ix);
282 boolean preview(name, nerrors, files, ix) in preview() argument
284 int nerrors;
291 if (nerrors <= 0)
368 int nerrors; local
372 nerrors = files[ix+1] - files[ix];
[all …]
H A Dinput.c21 int nerrors; variable
82 printf("%d errorentrys\n", nerrors);
131 newerror->error_no = nerrors++;
H A Derror.h168 extern int nerrors;
/original-bsd/old/pcc/ccom.vax/
H A Dmacdefs.h68 #define FIXDEF(p) if (!nerrors) outstab(p); else
69 #define FIXARG(p) if (!nerrors) fixarg(p); else
70 #define FIXSTRUCT(p,q) if (!nerrors) outstruct(p,q); else
H A Dcode.c24 if( nerrors ) return; in branch()
49 if( nerrors ) return(temp); in locctr()
83 if (nerrors) return; in deflab()
172 if( nerrors ) return;
228 if (gdebug && !nerrors) {
291 if ( nerrors ) return; in bycode()
425 if( nerrors ) return;
H A Dlocal.c255 if(nerrors) return;
272 if(!nerrors)
316 if (nerrors) return; in vfdzero()
378 if (nerrors) return; in commdec()
421 if( nerrors ) return;
/original-bsd/old/pcc/ccom.tahoe/
H A Dmacdefs.h69 #define FIXDEF(p) if (!nerrors) outstab(p); else
70 #define FIXARG(p) if (!nerrors) fixarg(p); else
71 #define FIXSTRUCT(p,q) if (!nerrors) outstruct(p,q); else
H A Dcode.c24 if( nerrors ) return; in branch()
62 if( nerrors ) return(temp); in locctr()
96 if (nerrors) return; in deflab()
174 if( nerrors ) return;
238 if (gdebug && !nerrors) {
300 if ( nerrors ) return; in bycode()
422 if( nerrors ) return;
H A Dlocal.c242 if(nerrors) return;
265 if (nerrors) return;
318 if (nerrors) return; in vfdzero()
381 if (nerrors) return; in commdec()
423 if( nerrors ) return;
/original-bsd/old/pcc/mip/
H A Dcommon.c21 int nerrors = 0; /* number of errors */ variable
46 ++nerrors;
53 if( nerrors > 30 ) cerror( "too many errors");
59 if( nerrors && nerrors <= 30 ){ /* give the compiler the benefit of the doubt */
115 if( !nerrors ) in tcheck()
H A Dcommon11 int nerrors = 0; /* number of errors */
36 ++nerrors;
43 if( nerrors > 30 ) cerror( "too many errors");
49 if( nerrors && nerrors <= 30 ){ /* give the compiler the benefit of the doubt */
104 if( !nerrors )
H A Dpass1.h120 extern int lineno, nerrors;
H A Dmanifest.h100 extern int nerrors; /* number of errors seen so far */
H A Dfort.c127 if( files > argc ) return( nerrors );
172 return( nerrors );
H A Dcgram.y80 if( nerrors == 0 )
108 if( nerrors == 0 ) plcstab(blevel);
114 if( nerrors == 0 ) plcstab(blevel);
388 if( nerrors == 0 ) prcstab(blevel);
H A Dscan.c181 ejobcode( nerrors ? 1 : 0 );
182 return(nerrors?1:0);
1056 if( nerrors == 0 ) psline(); in lxtitle()
H A Dmfile1148 extern int lineno, nerrors;
H A Dmanifest236 extern int nerrors; /* number of errors seen so far */
H A Dpftn.c403 if( retlab != NOLAB && nerrors == 0 ){ /* inside a real function */ in ftnend()
412 if( nerrors == 0 ){ in ftnend()
861 if( nerrors == 0 ){ in beginit()
/original-bsd/usr.bin/pascal/eyacc/
H A Dey.h66 extern int nerrors; /* number of errors */
H A Dey0.c122 int nerrors = 0; /* number of errors */ variable
H A Dey1.c195 ++nerrors; in error()
H A Dey3.c30 if( nerrors ){ in cpres()
/original-bsd/old/yacc/
H A Dy1.c43 int nerrors = 0; /* number of errors */ variable
197 ++nerrors;
259 if( nerrors ){ in cpres()
433 if( nerrors ){ in cempty()

12