Lines Matching defs:ndx
267 ndx,
291 ndx = 0;
338 for (ndx = 0; (ndx < nchars) && (line) && (bdfIsPrefix(line, "STARTCHAR"));) {
357 bitmapExtra->glyphNames[ndx] = bdfForceMakeAtom(charName, NULL);
416 bitmapExtra->sWidths[ndx] = wx;
490 ndx++;
498 if (ndx + nignored != nchars) {
499 bdfError("%d too few characters\n", nchars - (ndx + nignored));
502 nchars = ndx;