Symbol: WIDTH
games/hunt/hunt/otto.c
339
for (c = col + 1; c < WIDTH; c++)
games/hunt/hunt/otto.c
492
dist = WIDTH;
games/hunt/hunt/playit.c
314
static char buf[WIDTH + WIDTH % 2];
games/hunt/huntd/answer.c
321
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
328
for ( ; x < WIDTH; x++)
games/hunt/huntd/answer.c
332
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
337
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
383
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
391
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/draw.c
62
outstr(pp, pp->p_maze[0], WIDTH);
games/hunt/huntd/draw.c
64
endp = &pp->p_maze[y][WIDTH];
games/hunt/huntd/draw.c
80
outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH);
games/hunt/huntd/driver.c
495
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/driver.c
689
x = (WIDTH - len) / 2;
games/hunt/huntd/driver.c
809
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/driver.c
826
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/expl.c
59
if (x < 0 || x >= WIDTH)
games/hunt/huntd/makemaze.c
121
if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT)
games/hunt/huntd/makemaze.c
138
for (x = 0; x < WIDTH; x++) {
games/hunt/huntd/makemaze.c
148
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
58
while (sp < &Maze[HEIGHT - 1][WIDTH])
games/hunt/huntd/makemaze.c
61
x = rand_num(WIDTH / 2) * 2 + 1;
games/hunt/huntd/server.h
60
#define RBOUND (WIDTH - 1)
games/hunt/huntd/shots.c
1050
if (y < 0 || x < 0 || y >= HEIGHT || x >= WIDTH)
games/hunt/huntd/shots.c
666
else if (x > WIDTH - 2) {
games/hunt/huntd/shots.c
667
x = (WIDTH - 2) - (x - (WIDTH - 2));
games/hunt/huntd/shots.c
690
PLUS_DELTA(x, WIDTH - 2);
games/hunt/huntd/shots.c
787
if (x < 0 || x >= WIDTH)
test/stress/fsstress/fsstress.c
1210
int x = WIDTH;
test/stress/fsstress/fsstress.c
1213
if (lead_str != NULL && x+strlen(p->name)>=WIDTH-5)
usr.bin/banner/banner.c
128
for (j = WIDTH; --j;)
usr.bin/banner/banner.c
132
if (nchrs++ >= PW/(WIDTH+1)-1)
usr.bin/banner/banner.c
78
for (scnwidth = WIDTH; --scnwidth;) {
usr.bin/sdiff/sdiff.c
211
size_t diffargc = 0, flagc = 0, wval = WIDTH;
usr.sbin/lpr/lpd/printjob.c
1349
for (scnwidth = WIDTH; --scnwidth;) {
usr.sbin/lpr/lpd/printjob.c
1372
for (j = WIDTH; --j;)
usr.sbin/lpr/lpd/printjob.c
1377
nchrs++ >= pp->page_width/(WIDTH+1)-1)
usr.sbin/traceroute6/traceroute6.c
1090
if (i % WIDTH == 0)
usr.sbin/traceroute6/traceroute6.c
1095
if (i % WIDTH == WIDTH - 1)
usr.sbin/traceroute6/traceroute6.c
1098
if (cc % WIDTH != 0)