HomeSort by relevance Sort by last modified time
    Searched defs:numchars (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
console.c 157 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
183 numchars = oldwidth;
185 if (con_linewidth < numchars)
186 numchars = con_linewidth;
193 for (j=0 ; j<numchars ; j++)
  /external/quake/quake/src/WinQuake/
console.cpp 155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
181 numchars = oldwidth;
183 if (con_linewidth < numchars)
184 numchars = con_linewidth;
191 for (j=0 ; j<numchars ; j++)
  /gdk/samples/quake/jni/
console.cpp 155 int i, j, width, oldwidth, oldtotallines, numlines, numchars; local
181 numchars = oldwidth;
183 if (con_linewidth < numchars)
184 numchars = con_linewidth;
191 for (j=0 ; j<numchars ; j++)

Completed in 766 milliseconds