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

/external/quake/quake/src/WinQuake/
H A Dgl_screen.cpp89 cvar_t scr_showpause = CVAR2("showpause","1"); variable
378 Cvar_RegisterVariable (&scr_showpause);
464 if (!scr_showpause.value) // turn off for screenshots
H A Dscreen.cpp39 cvar_t scr_showpause = {"showpause","1"}; variable
321 Cvar_RegisterVariable (&scr_showpause);
406 if (!scr_showpause.value) // turn off for screenshots
/external/quake/quake/src/QW/client/
H A Dscreen.c90 cvar_t scr_showpause = {"showpause","1"}; variable
377 Cvar_RegisterVariable (&scr_showpause);
491 if (!scr_showpause.value) // turn off for screenshots
H A Dgl_screen.c91 cvar_t scr_showpause = CVAR2("showpause","1"); variable
383 Cvar_RegisterVariable (&scr_showpause);
499 if (!scr_showpause.value) // turn off for screenshots

Completed in 23 milliseconds