OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCOLS
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
lcd.c
50
#define
NCOLS
16
53
char row1[
NCOLS
];
54
char row2[
NCOLS
];
91
memcpy(loadfile_message.row2, file, uimin(
NCOLS
, strlen(file)));
108
for (i = 0; i <
NCOLS
; i++) {
112
for (i = 0; i <
NCOLS
; i++) {
/src/lib/libcurses/PSD.doc/
twinkle2.c
40
#define
NCOLS
80
48
static LOCS Layout[
NCOLS
* NLINES]; /* current board layout */
149
if (!AM || (lp->y < NLINES - 1 || lp->x <
NCOLS
- 1)) {
153
if ((lastx = lp->x + 1) >=
NCOLS
)
159
lastx =
NCOLS
- 1;
177
for (x = 0; x <
NCOLS
; x++)
196
if (x >= LINES && y >=
NCOLS
)
200
return (x < 3 || x >=
NCOLS
- 3);
twinkle1.c
42
#define
NCOLS
80
50
static LOCS Layout[
NCOLS
* NLINES]; /* current board layout */
109
for (x = 0; x <
NCOLS
; x++)
128
if (x >= LINES && y >=
NCOLS
)
132
return (x < 3 || x >=
NCOLS
- 3);
/src/games/boggle/boggle/
prtable.c
46
#define
NCOLS
5
82
cols =
NCOLS
;
/src/sys/dev/wscons/
vt100_base.h
35
u_int nrows,
ncols
, crow, ccol;
member in struct:vt100base_data
83
if ((d)->ccol > ((d)->
ncols
>> 1) - 1) \
84
(d)->ccol = ((d)->
ncols
>> 1) - 1; \
88
#define
NCOLS
(d) ((d)->
ncols
>> (d)->dw)
89
#define COLS_LEFT(d) (
NCOLS
(d) - (d)->ccol - 1)
wsemul_vt100_subr.c
174
0, vd->
ncols
,
336
for (i = 0; i < vd->
ncols
; i++)
393
help =
NCOLS
(vd) - (vd->ccol + n);
424
vd->ccol = uimin(DEF1_ARG(vd, 0) - 1, vd->
ncols
-1);
434
vd->ccol = uimin(DEF1_ARG(vd, 1),
NCOLS
(vd)) - 1;
461
help =
NCOLS
(vd) - (vd->ccol + n);
464
ERASECOLS(vd,
NCOLS
(vd) - n, n, vd->bkgdattr);
507
memset(vd->tabs, 0, vd->
ncols
);
653
vd->nrows, vd->
ncols
);
835
KASSERT(vd->
ncols
<= 1024)
[
all
...]
wsemul_vt100.c
152
vd->
ncols
= type->
ncols
;
301
KASSERT(type->
ncols
>= 0);
303
KASSERT(type->
ncols
<= 1024);
306
edp->bd.
ncols
= MAX(0, MIN(type->
ncols
, 1024));
350
memset(vd->tabs, 0, vd->
ncols
);
351
for (i = 8; i < vd->
ncols
; i += 8)
485
for (n = vd->ccol + 1; n <
NCOLS
(vd) - 1; n++)
918
for (i = 0; i < vd->
ncols
/ 2; i++
[
all
...]
Completed in 60 milliseconds
Indexes created Thu Nov 06 19:09:53 GMT 2025