Home
last modified time | relevance | path

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

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dhu_stuff.c184 static hu_textline_t w_monsec; //jff 2/16/98 new kill/secret widget for hud variable
484 &w_monsec, in HU_Start()
640 HUlib_addCharToTextLine(&w_monsec, *(s++)); in HU_Start()
697 w_monsec.x = is_distributed? HU_MONSECX_D : HU_MONSECX; in HU_MoveHud()
698 w_monsec.y = is_distributed? HU_MONSECY_D : HU_MONSECY; in HU_MoveHud()
1233 HUlib_clearTextLine(&w_monsec); in HU_Drawer()
1247 HUlib_addCharToTextLine(&w_monsec, *(s++)); in HU_Drawer()
1250 HUlib_drawTextLine(&w_monsec, FALSE); in HU_Drawer()
/dports/games/prboom/prboom-2.5.0/src/
H A Dhu_stuff.c184 static hu_textline_t w_monsec; //jff 2/16/98 new kill/secret widget for hud variable
519 &w_monsec, in HU_Start()
660 HUlib_addCharToTextLine(&w_monsec, *(s++)); in HU_Start()
716 w_monsec.x = hud_distributed? HU_MONSECX_D : HU_MONSECX; in HU_MoveHud()
717 w_monsec.y = hud_distributed? HU_MONSECY_D : HU_MONSECY; in HU_MoveHud()
1233 HUlib_clearTextLine(&w_monsec); in HU_Drawer()
1247 HUlib_addCharToTextLine(&w_monsec, *(s++)); in HU_Drawer()
1251 HUlib_drawTextLine(&w_monsec, false); in HU_Drawer()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dhu_stuff.c155 static hu_textline_t w_monsec; //jff 2/16/98 new kill/secret widget for hud variable
620 &w_monsec, in HU_Start()
1008 {&w_monsec, 0, 0, 0, HU_widget_build_monsec, HU_widget_draw_monsec, "monsec"},
1820 HUlib_clearTextLine(&w_monsec); in HU_widget_build_monsec()
1895 HUlib_addCharToTextLine(&w_monsec, *(s++)); in HU_widget_build_monsec()
1900 HUlib_drawTextLine(&w_monsec, false); in HU_widget_draw_monsec()