Searched refs:Score_fmt (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/games/mille/
H A Dprint.c118 static const char Score_fmt[] = "%4d"; variable
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 112 milliseconds