Searched refs:oldtotallines (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dconsole.c157 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
176 oldtotallines = con_totallines;
178 numlines = oldtotallines;
196 tbuf[((con->current - i + oldtotallines) %
197 oldtotallines) * oldwidth + j];
/external/quake/quake/src/WinQuake/
H A Dconsole.cpp155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
174 oldtotallines = con_totallines;
176 numlines = oldtotallines;
194 tbuf[((con_current - i + oldtotallines) %
195 oldtotallines) * oldwidth + j];

Completed in 35 milliseconds