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

/netbsd-current/games/trek/
H A Dscore.c50 static void scoreitem(long amount, const char *descfmt, ...)
54 scoreitem(long amount, const char *descfmt, ...) argument
62 va_start(ap, descfmt);
63 vsnprintf(buf, sizeof(buf), descfmt, ap);

Completed in 132 milliseconds