Home
last modified time | relevance | path

Searched refs:wi_stats (Results 1 – 9 of 9) sorted by relevance

/dports/games/edge/Edge-1.35-source/src/
H A Df_interm.cc72 wistats_t wi_stats; variable
639 if (wi_stats.next) in DrawShowNextLoc()
644 if (wi_stats.next) in DrawShowNextLoc()
1291 if (wi_stats.partime) in DrawSinglePlayerStats()
1418 if (!wi_stats.next) in WI_Drawer()
1479 if (wi_stats.next) in LoadData()
1538 wi_stats.level = wi_stats.cur->name.c_str(); in InitVariables()
1539 wi_stats.partime = wi_stats.cur->partime; in InitVariables()
1546 wi_stats.kills = 1; in InitVariables()
1549 wi_stats.items = 1; in InitVariables()
[all …]
H A Dg_game.cc230 wi_stats.kills = wi_stats.items = wi_stats.secret = 0; in LoadLevel_Bits()
704 wi_stats.cur = currmap; in G_DoCompleted()
705 wi_stats.next = nextmap; in G_DoCompleted()
808 wi_stats.kills = globs->total_kills; in G_LoadGameFromFile()
809 wi_stats.items = globs->total_items; in G_LoadGameFromFile()
810 wi_stats.secret = globs->total_secrets; in G_LoadGameFromFile()
914 globs->total_kills = wi_stats.kills; in G_SaveGameToFile()
915 globs->total_items = wi_stats.items; in G_SaveGameToFile()
916 globs->total_secrets = wi_stats.secret; in G_SaveGameToFile()
H A Df_interm.h61 extern wistats_t wi_stats;
H A Dp_mobj.cc1931 wi_stats.kills++; in P_MobjCreateObject()
1934 wi_stats.items++; in P_MobjCreateObject()
H A Dp_spec.cc1822 wi_stats.secret++; in P_SpawnSpecials2()
/dports/sysutils/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2/panel-plugin/
H A Dwi.h32 struct wi_stats struct
51 extern int wi_query(struct wi_device *, struct wi_stats *); argument
H A Dwi_linux.c129 wi_query(struct wi_device *device, struct wi_stats *stats) in wi_query()
H A Dwavelan.c173 struct wi_stats stats; in wavelan_timer()
697 struct wi_stats stats;
H A Dwi_bsd.c138 wi_query(struct wi_device *device, struct wi_stats *stats) in wi_query()