Symbol: COLS
distrib/special/more/curses.h
136
extern int COLS; /* Columns on the screen. */
games/atc/graphics.c
120
COLS < (PLANE_COLS + 2 * scp->width) ||
games/atc/graphics.c
121
COLS < 80) {
games/atc/graphics.c
126
input = newwin(INPUT_LINES, COLS - PLANE_COLS, LINES - INPUT_LINES, 0);
games/atc/graphics.c
128
COLS - PLANE_COLS);
games/atc/graphics.c
129
planes = newwin(LINES - INPUT_LINES, PLANE_COLS, 0, COLS - PLANE_COLS);
games/backgammon/common_source/fancy.c
316
if ((LINES < 24) || (COLS < 80)) {
games/battlestar/fly.c
191
c = rnd(COLS);
games/battlestar/fly.c
257
if (column + dc < COLS - 1 && column + dc > 0)
games/battlestar/fly.c
290
mvcur(0, COLS - 1, LINES - 1, 0);
games/battlestar/fly.c
43
#define MIDC (COLS/2 - 1)
games/battlestar/fly.c
87
column = rnd(COLS - 2) + 1;
games/boggle/boggle/mach.c
614
ncols = COLS;
games/bs/bs.c
276
if ((LINES < PROMPTLINE + 3) || (COLS < COLWIDTH)) {
games/cribbage/crib.c
88
mvcur(0, COLS - 1, LINES - 1, 0);
games/cribbage/cribcur.h
48
# define MSG_X (COLS - SCORE_X - 1)
games/cribbage/io.c
562
mvcur(0, COLS - 1, LINES - 1, 0);
games/gomoku/bdisp.c
53
if ((LINES < SCRNH) || (COLS < SCRNW)) {
games/hangman/getword.c
80
mvcur(0, COLS - 1, LINES - 1, 0);
games/hangman/hangman.h
51
#define NUMBERX (COLS - 11 - 26)
games/hangman/hangman.h
53
#define AVGX (COLS - 11 - 26)
games/hangman/hangman.h
55
#define GUESSX (COLS - 11 - 26)
games/hangman/ksyms.c
81
mvcur(0, COLS - 1, LINES -1, 0);
games/hangman/main.c
71
if (COLS < 50 || LINES < 14) {
games/hangman/main.c
95
mvcur(0, COLS - 1, LINES - 1, 0);
games/hunt/hunt/hunt.c
191
if (LINES < SCREEN_HEIGHT || COLS < SCREEN_WIDTH) {
games/mille/mille.c
148
mvcur(0, COLS - 1, LINES - 1, 0);
games/mille/mille.c
77
if ((LINES < 24) || (COLS < 80)) {
games/rain/rain.c
90
tcols = COLS - 4;
games/robots/main.c
146
if (LINES != Y_SIZE || COLS != X_SIZE) {
games/robots/main.c
147
if (LINES < Y_SIZE || COLS < X_SIZE) {
games/sail/player.h
41
#define LINE_X COLS
games/sail/player.h
73
#define SCROLL_R (COLS-1)
games/sail/player.h
92
#define SCREENTEST() (initscr() != NULL && signal(SIGTSTP, SIG_DFL) != SIG_ERR && STAT_R < COLS && SCROLL_Y > 0)
games/sail/player.h
94
#define SCREENTEST() (initscr() != NULL && STAT_R < COLS && SCROLL_Y > 0)
games/snake/snake.c
192
if (!ccnt || ccnt > COLS - 3)
games/snake/snake.c
193
ccnt = COLS - 3;
games/snake/snake.c
633
p.col = COLS / 2 - 8;
games/snake/snake.c
731
if (ps->col == COLS - 1)
games/worm/worm.c
108
if (COLS < 18 || LINES < 5) {
games/worm/worm.c
112
growthscale = COLS * LINES / 2000;
games/worm/worm.c
116
start_len = strtonum(argv[1], 1, ((LINES-3) * (COLS-2)) / 3,
games/worm/worm.c
123
stw = newwin(1, COLS-1, 0, 0);
games/worm/worm.c
124
tv = newwin(LINES-1, COLS-1, 1, 0);
games/worm/worm.c
197
head->x = start_len % (COLS-5) + 2;
games/worm/worm.c
205
if (((bp->x <= 2) && (j == 1)) || ((bp->x >= COLS-4) && (j == -1))) {
games/worm/worm.c
242
if (visible_len == (LINES-3) * (COLS-3) - 1) {
games/worm/worm.c
249
bp->x = rnd(COLS-3) + 1;
games/worm/worm.c
354
wmove(stw, 0, COLS - 12);
games/worms/worms.c
238
CO = COLS;
lib/libcurses/curses.h
1476
NCURSES_WRAPPED_VAR(int, COLS);
lib/libcurses/curses.h
1487
#define COLS NCURSES_PUBLIC_VAR(COLS())
lib/libcurses/curses.h
1500
extern NCURSES_EXPORT_VAR(int) COLS;
lib/libcurses/curses.priv.h
600
#define ptrCols(sp) &COLS
lib/libcurses/curses.priv.h
605
#define SET_COLS(value) COLS = value
lib/libcurses/tinfo/lib_setup.c
151
NCURSES_PUBLIC_VAR(COLS) (void)
lib/libcurses/tinfo/lib_setup.c
170
NCURSES_EXPORT_VAR(int) COLS = 0;
lib/libcurses/tinfo/setbuf.c
119
buf_len = min(LINES * (COLS + 6), 2800);
usr.bin/lex/scanopt.c
127
if (COLS > 0)
usr.bin/lex/scanopt.c
128
return COLS;
usr.bin/systat/engine.c
1086
columns = COLS;
usr.bin/systat/engine.c
1119
columns = COLS;
usr.bin/talk/display.c
136
if (win->x_col == COLS-1) {
usr.bin/talk/display.c
145
if (win->x_col == COLS-1) /* check for wraparound */
usr.bin/talk/init_disp.c
171
(ws.ws_row == LINES && ws.ws_col == COLS))
usr.bin/talk/init_disp.c
182
my_win.x_ncols = COLS;
usr.bin/talk/init_disp.c
188
his_win.x_ncols = COLS;
usr.bin/talk/init_disp.c
193
wresize(line_win, 1, COLS);
usr.bin/talk/init_disp.c
196
whline(line_win, '-', COLS);
usr.bin/talk/init_disp.c
71
my_win.x_ncols = COLS;
usr.bin/talk/init_disp.c
77
his_win.x_ncols = COLS;
usr.bin/talk/init_disp.c
83
line_win = newwin(1, COLS, my_win.x_nlines, 0);
usr.bin/talk/init_disp.c
85
whline(line_win, '-', COLS);
usr.bin/watch/watch.c
281
if (cmdlen > COLS - 47)
usr.bin/watch/watch.c
282
printw("%-.*s...", COLS - 49, cmdstr);
usr.bin/watch/watch.c
292
move(0, COLS - 8 - strlen(buf) - 1);
usr.bin/watch/watch.c
298
wresize(stdscr, LINES - 9, COLS);
usr.bin/watch/watch.c
302
wresize(stdscr, LINES, COLS);
usr.bin/watch/watch.c
321
while (screen_x < COLS) {
usr.bin/watch/watch.c
324
if (screen_x + cw >= COLS)
usr.bin/watch/watch.c
366
while (screen_x < COLS) {
usr.bin/watch/watch.c
369
if (screen_x + cw >= COLS)
usr.bin/watch/watch.c
386
while (*p && screen_x < COLS) {
usr.bin/watch/watch.c
388
if (screen_x + cw >= COLS)
usr.bin/watch/watch.c
426
screen_x < COLS) {
usr.bin/watch/watch.c
645
start_column = MAXIMUM(start_column - ((COLS - 2) / 2), 0);
usr.bin/watch/watch.c
658
start_column = MINIMUM(start_column + ((COLS - 2) / 2),