OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOVE_Y
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/mille/
init.c
153
wmove(Board,
MOVE_Y
+ 1, MOVE_X);
155
wmove(Board,
MOVE_Y
+ 2, MOVE_X);
comp.c
386
mvaddstr(
MOVE_Y
+ 1, MOVE_X, "PLAY\n");
395
mvaddstr(
MOVE_Y
+ 1, MOVE_X, "DISCARD\n");
399
mvprintw(
MOVE_Y
+ 2, MOVE_X, "%16s", C_name[pp->hand[Card_no]]);
mille.h
68
#define
MOVE_Y
10 /* Where to print move prompt */
move.c
553
move(
MOVE_Y
, MOVE_X + strlen(names[promptno]) + 1);
555
move(
MOVE_Y
, MOVE_X);
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025