Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 25 of 28) sorted by relevance

12

/original-bsd/usr.bin/tftp/
H A Dtftpsubs.c37 int counter; /* size of data in buffer, or flag */ member
66 bfs[1].counter = BF_FREE;
83 bfs[current].counter = BF_FREE; /* free old one */
87 if (b->counter == BF_FREE) /* if it's empty */
91 return b->counter;
110 if (b->counter != BF_FREE) /* nop if not free */
117 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
140 b->counter = (int)(p - dp->th_data);
182 if (b->counter < -1) /* anything to flush? */
185 count = b->counter; /* remember byte count */
[all …]
/original-bsd/usr.bin/struct/struct/
H A D1.fort.c46 case 30: counter++; break;
49 counter--;
50 if (counter) return(_if1);
65 case 62: counter ++; break;
67 case 63: counter --; break;
70 if (counter != 0) break;
74 case 70: if (counter) return(_rwp);
93 if (!counter)
98 counter--;
H A D0.extr.c20 counter, p1, p3, begline, endline, r1,r2, endcom; variable
H A D1.incl.h23 counter, p1, p3, begline, endline, r1,r2, endcom;
H A D1.init.c36 flag = counter = nlabs = lswnum = swptr = p1 = 0; in line_init()
/original-bsd/usr.bin/pascal/pxp/
H A Drmothers.c111 int counter; local
126 counter = 0;
134 if (counter < 8) {
141 counter = 0;
147 counter += 1;
H A Dpmon.c242 return (px.counter); in nowcntr()
266 px.counter = --gcountr;
279 pxc->counter = px.counter;
291 px.counter = pxc->counter;
304 px.counter = cnts; in getcnt()
H A D0.h319 int counter; /* a unique counter number for us */ member
/original-bsd/sys/news3400/hbdev/
H A Dms.c623 static int counter = 0; local
636 counter = 0;
637 buf[counter] = c;
638 if (++counter == 3) {
641 counter = 0;
/original-bsd/old/pcc/ccom.vax/
H A Dmac2defs24 # define PC 15 /* program counter */
H A DLOG452 errors was preventing the initializer offset counter from being
/original-bsd/usr.bin/pascal/pdx/runtime/
H A Dframe.rep28 ADDRESS save_pc; /* saved location counter */
/original-bsd/sys/net/
H A Dslcompress.c32 #define INCR(counter) ++comp->counter; argument
34 #define INCR(counter) argument
/original-bsd/usr.bin/pascal/src/
H A Dstat.c177 inccnt( counter ) in inccnt() argument
178 int counter; in inccnt()
182 (void) put(2, O_COUNT, counter );
185 putRV( PCPCOUNT , 0 , counter * sizeof (long) , NGLOBAL , PCCT_INT );
/original-bsd/sys/tahoe/stand/
H A Dmachdep.c98 movab 2b,(sp) # new program counter on stack.
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymfile.c982 complaint->counter++;
987 if (complaint->counter > stop_whining)
1036 p->counter = 0;
/original-bsd/sys/i386/stand/
H A Dsrt0.c51 # relocate program counter to relocation base
/original-bsd/usr.bin/pascal/pdx/test/
H A Dparall.p59 update: integer; {Update loop counter for main}
/original-bsd/sys/vax/vax/
H A Dlocore.s608 movzbl 1(r4),r3 # counter to r3 (data->pk_count)
674 movzbl 1(r4),r3 # counter to r3
/original-bsd/sys/tahoe/tahoe/
H A Dlocore.s1702 probew $1,*0(r2)[r1],$2 # counter accessible?
/original-bsd/sys/news3400/fb/
H A Dx.c459 #define Duff(counter, block) { \ argument
460 switch (counter & 7) { \
470 while ((counter -= 8) >= 0) { \
H A Dfb_mfbs.c459 #define Duff(counter, block) { \ argument
460 switch (counter & 7) { \
470 while ((counter -= 8) >= 0) { \
/original-bsd/usr.sbin/amd/doc/
H A Dtexinfo.tex756 % This is the counter used by @enumerate, which is really @itemize
1054 % This counter is funny since it counts through charcodes of letters A, B, ...
/original-bsd/sys/sparc/sparc/
H A Dlocore.s4192 ld [%g3+%lo(TIMERREG_VA)], %o4 ! usec counter
4201 srl %o4, TMR_SHIFT, %o4 ! convert counter to usec
/original-bsd/games/fortune/datfiles/
H A Dzippy967 Place me on a BUFFER counter while you BELITTLE several BELLHOPS in the

12