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

  /src/games/mille/
print.c 118 static const char Score_fmt[] = "%4d";
131 mvprintw(2, x, Score_fmt, pp->safescore);
136 mvprintw(4, x, Score_fmt, pp->coupscore);
172 mvprintw(y, x, Score_fmt, s);

Completed in 12 milliseconds