Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 19 of 19) sorted by relevance

/original-bsd/local/ditroff/ditroff.okeeffe/tbl/
H A Dhorlines.c62 lcount = 0; in drawline()
67 lcount = 1; in drawline()
70 lcount = pr1403 ? 1 : 2; in drawline()
73 lcount = 1; in drawline()
76 if(lcount <= 0) in drawline()
81 for(ln = oldpos = 0; ln < lcount; ln++){ in drawline()
82 linpos = 2 * ln - lcount + 1; in drawline()
88 if(lcount > 1){ in drawline()
103 if(lcount == 1){ in drawline()
118 if(lcount > 1){ in drawline()
[all …]
/original-bsd/old/tbl/
H A Dtu.c50 int lcount, ln, linpos, oldpos, nodata; in drawline() local
51 lcount=0; in drawline()
55 case '-': lcount=1;break; in drawline()
57 case SHORTLINE: lcount=1; break; in drawline()
59 if (lcount<=0) return; in drawline()
63 for(ln=oldpos=0; ln<lcount; ln++) in drawline()
65 linpos = 2*ln - lcount +1; in drawline()
72 if (lcount>1) in drawline()
83 else if (lcount==1) in drawline()
93 if (lcount>1) in drawline()
[all …]
/original-bsd/usr.bin/f77/libI77/
H A Dlread.c65 lcount = 0;
104 else if(lcount==0) /* repeat count == 0 ? */
172 if(lcount>0) lcount--;
181 if(lcount) return(lcount); in lr_comm()
186 { lcount=1; in lr_comm()
187 return(lcount); in lr_comm()
204 lcount = (int)lc; in get_repet()
210 { lcount = 1; in get_repet()
231 lcount=(int)a;
239 lcount=1;
H A Drsnmle.c306 lcount = 0;
310 if(lcount==0)
399 if(lcount>0) lcount--;
402 if(lcount>0) return F_ERNMLIST;
413 lcount = (int)lc; in get_repet()
419 { lcount = 1; in get_repet()
439 lcount=(int)a;
446 lcount=1;
H A Drsli.c28 lcount = 0;
H A Dlio.h69 extern int lcount,line_len;
H A Derr.c48 int lcount,line_len; variable
H A Diio.c230 lcount = 0;
/original-bsd/usr.bin/diction/diction/
H A Ddprog.c26 long lcount; variable
141 *argv, lcount-1, nhits);
142 tl += lcount-1;
144 sv = lcount-1;
145 lcount = nhits = 0;
179 lcount = olcount = 1;
273 if(*p == '\n')lcount++;
304 if(*p == '\n')lcount++;
316 if(*p == '\n')olcount = lcount+1;
318 olcount=lcount;
/original-bsd/usr.bin/pascal/libpc/
H A Dh00vars.h80 long lcount; /* number of lines printed */ member
94 long lcount; /* number of lines printed */ member
H A DLLIMIT.c22 if (curfile->lcount >= curfile->llimit) {
H A DWRITLN.c23 if (++curfile->lcount >= curfile->llimit) {
H A DGETNAME.c60 filep->lcount = 0;
/original-bsd/usr.bin/pascal/px/
H A Dvars.h192 long lcount; /* number of lines printed */ member
206 long lcount; /* number of lines printed */ member
/original-bsd/usr.bin/learn/
H A DMakefile3 SUBDIR= lcount learn learnlib lrntee objects
/original-bsd/usr.bin/learn/lcount/
H A DMakefile3 PROG= lcount
/original-bsd/usr.bin/pascal/src/
H A Diorec.h15 long lcount; /* number of lines printed */ member
/original-bsd/sbin/ncheck/
H A Dncheck.c382 bread(bno, buf, lcount) in bread() argument
385 long lcount;
387 register int i, cnt = lcount;
/original-bsd/usr.bin/tip/
H A Dcmds.c260 int c, ccount, lcount; local
282 lcount = 0;
317 printf("\r%d", ++lcount);