Home
last modified time | relevance | path

Searched refs:maybedrawnow (Results 1 – 4 of 4) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dc_console.cpp111 static void maybedrawnow (void) in maybedrawnow() function
332 maybedrawnow (); in C_InitTicker()
338 maybedrawnow (); in C_SetTicker()
/dports/games/edge/Edge-1.35-source/docs/contrib/
H A Dc_consol.c135 static void maybedrawnow (void) { in maybedrawnow() function
489 maybedrawnow (); in PrintString()
662 maybedrawnow (); in C_InitTicker()
668 maybedrawnow (); in C_SetTicker()
/dports/games/edge/Edge-1.35-source/contrib/
H A Dc_consol.c135 static void maybedrawnow (void) { in maybedrawnow() function
489 maybedrawnow (); in PrintString()
662 maybedrawnow (); in C_InitTicker()
668 maybedrawnow (); in C_SetTicker()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_console.cpp235 static void maybedrawnow (bool tick, bool force) in maybedrawnow() function
561 maybedrawnow (false, false); in PrintString()
816 maybedrawnow (true, false); in C_InitTicker()
822 maybedrawnow (true, TickerVisible ? forceUpdate : false); in C_SetTicker()