OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COLUMNS
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/bcd/
bcd.c
151
#define
COLUMNS
48
164
if (strlen(str) >
COLUMNS
)
165
str[
COLUMNS
] = '\0';
174
for (i = 1; i <=
COLUMNS
; ++i)
189
while (i++ <=
COLUMNS
)
208
while (i++ <
COLUMNS
)
216
for (i = 1; i <=
COLUMNS
; i++)
/src/tests/lib/libcurses/
t_curses.sh
20
export
COLUMNS
=80
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025