Home
last modified time | relevance | path

Searched refs:cl_verstring (Results 1 – 5 of 5) sorted by relevance

/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/
H A Dr_cvar.c48 cvar_t *cl_verstring; variable
193 cl_verstring = Cvar_Get ("cl_verstring", PACKAGE_VERSION, CVAR_NONE, in R_Init_Cvars()
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dr_cvar.h11 extern struct cvar_s *cl_verstring;
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_draw.c839 gl_Draw_AltString (vid.conwidth - strlen (cl_verstring->string) * 8 - 11, in gl_Draw_ConsoleBackground()
840 lines - 14, cl_verstring->string); in gl_Draw_ConsoleBackground()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw/
H A Ddraw.c646 Draw_AltString (vid.conwidth - strlen (cl_verstring->string) * 8 - 11, in Draw_ConsoleBackground()
647 lines - 14, cl_verstring->string); in Draw_ConsoleBackground()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/sw32/
H A Ddraw.c818 sw32_Draw_AltString (vid.conwidth - strlen (cl_verstring->string) * 8 - 11, in sw32_Draw_ConsoleBackground()
819 lines - 14, cl_verstring->string); in sw32_Draw_ConsoleBackground()