Lines Matching defs:ndx
265 ndx,
289 ndx = 0;
336 for (ndx = 0; (ndx < nchars) && (line) && (bdfIsPrefix(line, "STARTCHAR"));) {
355 bitmapExtra->glyphNames[ndx] = bdfForceMakeAtom(charName, NULL);
414 bitmapExtra->sWidths[ndx] = wx;
488 ndx++;
496 if (ndx + nignored != nchars) {
497 bdfError("%d too few characters\n", nchars - (ndx + nignored));
500 nchars = ndx;