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

/xsrc/external/mit/x11perf/dist/
H A Ddo_text.c28 static char **charBuf; variable in typeref:typename:char **
78 charBuf = malloc(totalLines * sizeof (char *));
85 charBuf[i] = malloc (sizeof (char) * charsPerLine);
88 charBuf[i][j] = ch;
92 items[i*SEGS+0].chars = &(charBuf[i][0]);
96 items[i*SEGS+1].chars = &(charBuf[i][charsPerLine/4]);
100 items[i*SEGS+2].chars = &(charBuf[i][3*charsPerLine/4]);
210 charBuf = malloc(totalLines * sizeof (char *));
212 char *pbuf0 = charBuf[i] =
233 xp->d, xp->w, xp->fggc, XPOS, ypos, charBuf[lin
[all...]

Completed in 3 milliseconds