Home
last modified time | relevance | path

Searched refs:C_fmt (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/mille/
HDextern.c47 const char *C_fmt = "%-18.18s"; /* format for printing cards */ variable
HDmille.h196 extern const char *C_fmt, *const *C_name, *Fromfile;
HDprint.c106 mvprintw(y, x, C_fmt, C_name[c]); in show_card()