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

/xsrc/external/mit/ctwm/dist/
H A Dimage_xwd.c243 int i, j, size, nused; local in function:compress
252 nused = 0;
261 for(j = 0; j < nused; j++) {
270 if(j == nused) {
274 nused++;
281 for(i = 0; i < nused; i++) {
284 *ncolors = nused;
/xsrc/external/mit/libXft/dist/src/
H A Dxftglyphs.c1123 int nused; local in function:XftFontUnloadGlyphs
1125 nused = 0;
1143 glyphBuf[nused++] = (Glyph) glyphindex;
1144 if (nused == sizeof (glyphBuf) / sizeof (glyphBuf[0]))
1146 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
1147 nused = 0;
1199 if (font->glyphset && nused)
1200 XRenderFreeGlyphs (dpy, font->glyphset, glyphBuf, nused);
/xsrc/external/mit/xedit/dist/lisp/
H A Dlisp.c4212 int argc, nused; local in function:LispMakeEnvironment
4235 nused = 0;
4253 ++nused;
4268 ++nused;
4278 if (argc != nused) {
4318 atom->offset < offset + nused &&
4343 atom->offset < offset + nused &&
4357 ++nused;
4371 if (nused < count) {
4377 for (j = offset + nused
[all...]

Completed in 9 milliseconds