Symbol: WIDTH
games/hunt/hunt/otto.c
378
for (c = col + 1; c < WIDTH; c++)
games/hunt/hunt/otto.c
535
dist = WIDTH;
games/hunt/hunt/playit.c
326
static char buf[WIDTH + WIDTH % 2];
games/hunt/huntd/answer.c
261
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
268
for ( ; x < WIDTH; x++)
games/hunt/huntd/answer.c
272
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
276
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
317
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
327
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/draw.c
54
outstr(pp, pp->p_maze[0], WIDTH);
games/hunt/huntd/draw.c
56
endp = &pp->p_maze[y][WIDTH];
games/hunt/huntd/draw.c
69
outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH);
games/hunt/huntd/driver.c
520
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/driver.c
685
x = (WIDTH - len) / 2;
games/hunt/huntd/driver.c
780
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/driver.c
794
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/expl.c
60
if (x < 0 || x >= WIDTH)
games/hunt/huntd/makemaze.c
155
if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT)
games/hunt/huntd/makemaze.c
172
for (x = 0; x < WIDTH; x++) {
games/hunt/huntd/makemaze.c
181
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
222
while (sp < &Maze[HEIGHT - 1][WIDTH])
games/hunt/huntd/makemaze.c
225
x = rand_num(WIDTH / 2) * 2 + 1;
games/hunt/huntd/shots.c
584
else if (x > WIDTH - 2) {
games/hunt/huntd/shots.c
585
x = (WIDTH - 2) - (x - (WIDTH - 2));
games/hunt/huntd/shots.c
601
PLUS_DELTA(x, WIDTH - 2);
games/hunt/huntd/shots.c
698
if (x < 0 || x >= WIDTH)
games/hunt/huntd/shots.c
956
if (y < 0 || x < 0 || y >= HEIGHT || x >= WIDTH)
games/hunt/include/hunt_common.h
100
#define RBOUND (WIDTH - 1)
usr.bin/banner/banner.c
146
for (j = WIDTH; --j;)
usr.bin/banner/banner.c
154
if (nchrs++ >= PW/(WIDTH+1)-1)
usr.bin/banner/banner.c
97
for (scnwidth = WIDTH; --scnwidth;) {
usr.bin/sdiff/sdiff.c
158
size_t diffargc = 0, wflag = WIDTH;
usr.sbin/lpr/lpd/printjob.c
1056
for (scnwidth = WIDTH; --scnwidth;) {
usr.sbin/lpr/lpd/printjob.c
1080
for (j = WIDTH; --j;)
usr.sbin/lpr/lpd/printjob.c
1086
nchrs++ >= PW/(WIDTH+1)-1)
usr.sbin/traceroute6/traceroute6.c
1013
if (i % WIDTH == 0)
usr.sbin/traceroute6/traceroute6.c
1018
if (i % WIDTH == WIDTH - 1)
usr.sbin/traceroute6/traceroute6.c
1021
if (cc % WIDTH != 0)