Home
last modified time | relevance | path

Searched refs:QSIZE (Results 1 – 5 of 5) sorted by relevance

/original-bsd/old/dnd/
H A Ddnd.c11 #define QSIZE 16 macro
36 } runq[QSIZE], xx;
148 for(t=QSIZE; --t>=0;) runq[t].uid = -1; in init()
236 for(i=0; i<QSIZE; i++) in putq()
265 for(i=0; i<QSIZE; i++) {
270 for(j=i+1; j<QSIZE;j++) {
/original-bsd/old/refer/refer/
H A Dglue5.c20 #define QSIZE 400 macro
314 struct words *queue[QSIZE]; in cfail()
324 if (rear >= &queue[QSIZE - 1]) overflo(); in cfail()
332 if (front == &queue[QSIZE-1]) in cfail()
339 if (rear >= &queue[QSIZE-1]) in cfail()
/original-bsd/usr.bin/grep/old.fgrep/
H A Dold.fgrep.c34 #define QSIZE 400 macro
352 struct words *queue[QSIZE]; in cfail()
362 if (rear >= &queue[QSIZE - 1]) overflo(); in cfail()
370 if (front == &queue[QSIZE-1]) in cfail()
377 if (rear >= &queue[QSIZE-1]) in cfail()
/original-bsd/usr.bin/diction/diction/
H A Ddprog.c23 #define QSIZE 650 macro
418 struct words *queue[QSIZE]; in cfail()
428 if (rear >= &queue[QSIZE - 1]) overflo(); in cfail()
436 if (front == &queue[QSIZE-1]) in cfail()
443 if (rear >= &queue[QSIZE-1]) in cfail()
/original-bsd/old/berknet/
H A Ddefs.h98 # define QSIZE 31 macro