HomeSort by: relevance | last modified time | path
    Searched defs:Mpos (Results 1 - 2 of 2) sorted by relevancy

  /src/games/cribbage/
io.c 367 static int Mpos = 0;
441 Mpos = len;
457 if ((int)(Mpos + sizeof prompt) < MSG_X)
458 wmove(Msgwin, Lineno > 0 ? Lineno - 1 : MSG_Y - 1, Mpos);
557 Mpos++;
io.c 367 static int Mpos = 0;
441 Mpos = len;
457 if ((int)(Mpos + sizeof prompt) < MSG_X)
458 wmove(Msgwin, Lineno > 0 ? Lineno - 1 : MSG_Y - 1, Mpos);
557 Mpos++;

Completed in 21 milliseconds