Symbol: WIDTH
games/hunt/hunt/otto.c
336
for (c = col + 1; c < WIDTH; c++)
games/hunt/hunt/otto.c
489
dist = WIDTH;
games/hunt/hunt/playit.c
307
static char buf[WIDTH + WIDTH % 2];
games/hunt/huntd/answer.c
303
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
310
for ( ; x < WIDTH; x++)
games/hunt/huntd/answer.c
314
for (x = 0; x < WIDTH; x++)
games/hunt/huntd/answer.c
319
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
365
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/answer.c
373
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/draw.c
61
outstr(pp, pp->p_maze[0], WIDTH);
games/hunt/huntd/draw.c
63
endp = &pp->p_maze[y][WIDTH];
games/hunt/huntd/draw.c
79
outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH);
games/hunt/huntd/driver.c
491
x = rand_num(WIDTH - 1) + 1;
games/hunt/huntd/driver.c
685
x = (WIDTH - len) / 2;
games/hunt/huntd/driver.c
805
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/driver.c
822
x = rand_num(WIDTH / 2) + WIDTH / 4;
games/hunt/huntd/expl.c
59
if (x < 0 || x >= WIDTH)
games/hunt/huntd/makemaze.c
176
if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT)
games/hunt/huntd/makemaze.c
193
for (x = 0; x < WIDTH; x++) {
games/hunt/huntd/makemaze.c
203
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
59
while (sp < &Maze[HEIGHT - 1][WIDTH])
games/hunt/huntd/makemaze.c
62
x = rand_num(WIDTH / 2) * 2 + 1;
games/hunt/huntd/server.h
58
#define RBOUND (WIDTH - 1)
games/hunt/huntd/shots.c
1048
if (y < 0 || x < 0 || y >= HEIGHT || x >= WIDTH)
games/hunt/huntd/shots.c
664
else if (x > WIDTH - 2) {
games/hunt/huntd/shots.c
665
x = (WIDTH - 2) - (x - (WIDTH - 2));
games/hunt/huntd/shots.c
688
PLUS_DELTA(x, WIDTH - 2);
games/hunt/huntd/shots.c
785
if (x < 0 || x >= WIDTH)
regress/lib/libc/cephes/ieetst.c
768
static unsigned short LOW[ NE ], WIDTH[NE], e27[NE], e10m13[NE];
regress/lib/libc/cephes/ieetst.c
781
asctoe( ldwidth, WIDTH );
regress/lib/libc/cephes/ieetst.c
786
asctoe( dwidth, WIDTH );
regress/lib/libc/cephes/ieetst.c
791
asctoe( fwidth, WIDTH );
regress/lib/libc/cephes/ieetst.c
800
emul( WIDTH, ex, ex );
regress/lib/libc/cephes/ieetst.c
846
asctoe( ldewid, WIDTH );
regress/lib/libc/cephes/ieetst.c
852
asctoe( dewid, WIDTH );
regress/lib/libc/cephes/ieetst.c
858
asctoe( fewid, WIDTH );
regress/lib/libc/cephes/ieetst.c
867
emul( WIDTH, ex, ex );
sys/dev/pci/drm/i915/gem/selftests/i915_gem_client_blt.c
555
hole_size = 2 * round_up(WIDTH * HEIGHT * 4, t->align);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_client_blt.c
577
err = tiled_blits_create_buffers(t, WIDTH, HEIGHT, prng);
usr.bin/banner/banner.c
127
for (j = WIDTH; --j;)
usr.bin/banner/banner.c
131
if (nchrs++ >= PW/(WIDTH+1)-1)
usr.bin/banner/banner.c
76
for (scnwidth = WIDTH; --scnwidth;) {
usr.bin/sdiff/sdiff.c
160
size_t diffargc = 0, wflag = WIDTH;
usr.sbin/lpd/lp_banner.c
1091
for (scnwidth = WIDTH; --scnwidth;) {
usr.sbin/lpd/lp_banner.c
1134
for (j = WIDTH; --j;)
usr.sbin/lpd/lp_banner.c
1139
if (*sp == '\0' || nchrs++ >= pw/(WIDTH+1)-1)
usr.sbin/lpr/lpd/printjob.c
1044
for (scnwidth = WIDTH; --scnwidth;) {
usr.sbin/lpr/lpd/printjob.c
1068
for (j = WIDTH; --j;)
usr.sbin/lpr/lpd/printjob.c
1074
nchrs++ >= PW/(WIDTH+1)-1)
usr.sbin/traceroute/worker.c
661
if (i % WIDTH == 0)
usr.sbin/traceroute/worker.c
666
if (i % WIDTH == WIDTH - 1)
usr.sbin/traceroute/worker.c
669
if (cc % WIDTH != 0)