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

/xsrc/external/mit/x11perf/dist/
H A Ddo_text.c32 static int charsPerLine, totalLines; variable in typeref:typename:int
75 totalLines = '\177' - ' ' + 1;
76 if (totalLines > reps) totalLines = reps;
78 charBuf = malloc(totalLines * sizeof (char *));
80 items = malloc(totalLines * SEGS * sizeof (XTextItem));
82 for (int i = 0; i != totalLines; i++) {
139 totalLines = rows;
153 if (brows > totalLines) totalLines
[all...]

Completed in 2 milliseconds