Home
last modified time | relevance | path

Searched refs:STAT_LABEL_COL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/hunt/huntd/
H A Ddraw.c83 cgoto(pp, STAT_AMMO_ROW, STAT_LABEL_COL); in drawstatus()
89 cgoto(pp, STAT_GUN_ROW, STAT_LABEL_COL); in drawstatus()
94 cgoto(pp, STAT_DAM_ROW, STAT_LABEL_COL); in drawstatus()
101 cgoto(pp, STAT_KILL_ROW, STAT_LABEL_COL); in drawstatus()
107 cgoto(pp, STAT_PLAY_ROW, STAT_LABEL_COL); in drawstatus()
119 cgoto(pp, STAT_MON_ROW, STAT_LABEL_COL); in drawstatus()
/netbsd-src/games/hunt/include/
H A Dhunt_common.h106 #define STAT_LABEL_COL 60 macro