HomeSort by: relevance | last modified time | path
    Searched refs:MSG_X (Results 1 - 3 of 3) sorted by relevancy

  /src/games/cribbage/
cribcur.h 47 # define MSG_X (COLS - SCORE_X - 1)
io.c 416 if (len / MSG_X + Lineno >= MSG_Y) {
427 if ((len = strlen(mp)) > MSG_X) {
429 for (mp = &mp[MSG_X - 1]; *mp != ' '; mp--)
439 } while (len > MSG_X);
457 if ((int)(Mpos + sizeof prompt) < MSG_X)
crib.c 129 Msgwin = subwin(stdscr, MSG_Y, MSG_X, Y_MSG_START, SCORE_X + 1);

Completed in 13 milliseconds