OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_Y
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/cribbage/
cribcur.h
46
# define
MSG_Y
(LINES - (Y_SCORE_SZ + 1))
io.c
416
if (len / MSG_X + Lineno >=
MSG_Y
) {
417
while (Lineno <
MSG_Y
) {
437
if (++Lineno >=
MSG_Y
)
458
wmove(Msgwin, Lineno > 0 ? Lineno - 1 :
MSG_Y
- 1, Mpos);
462
if (++Lineno >=
MSG_Y
)
crib.c
129
Msgwin = subwin(stdscr,
MSG_Y
, MSG_X, Y_MSG_START, SCORE_X + 1);
Completed in 100 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025