Searched refs:con_notifylines (Results 1 - 8 of 8) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dconsole.h29 extern int con_notifylines; // scan lines to clear for notify lines
H A Dconsole.cpp63 int con_notifylines; // scan lines to clear for notify lines variable
568 if (v > con_notifylines)
569 con_notifylines = v;
H A Dscreen.cpp489 Draw_TileClear (0,0,vid.width, con_notifylines);
492 con_notifylines = 0;
H A Dgl_screen.cpp546 con_notifylines = 0;
/external/quake/quake/src/QW/client/
H A Dconsole.h43 extern int con_notifylines; // scan lines to clear for notify lines
H A Dconsole.c42 int con_notifylines; // scan lines to clear for notify lines variable
529 if (v > con_notifylines)
530 con_notifylines = v;
H A Dscreen.c549 Draw_TileClear (0,0,vid.width, con_notifylines);
552 con_notifylines = 0;
H A Dgl_screen.c579 con_notifylines = 0;

Completed in 183 milliseconds