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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c97 xfont = pfont;
101 if (widcache[i-32].fontpts == (xfont<<8) + xpts && !setwdf)
147 k = (fontab[xfont][0] * spacesz + 6) / 12;
152 if ((j = fitab[xfont][i] & BYTEMASK) == 0) { /* it's not on current font */
153 /* search through search list of xfont
165 if (xfont == sbold)
173 k = fontab[xfont][0]; /* leave a space-size space */
177 p = fontab[xfont];
179 numtab[CT].val |= kerntab[xfont][j];
183 bd = bdtab[xfont];
[all...]
H A Dt10.c308 if (xfont != mfont)
352 xfont = pfont;
359 if (widcache[k-32].fontpts == (xfont<<8) + xpts && !setwdf) {
385 if (xfont != mfont)
526 mfont = xfont;
527 fdprintf(ptid, "f%d\n", xfont);
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c454 xfont = fbits(i);
457 xfont = fbits(i);
460 xfont = (fbits(*q) % NFONT); /* for invalid code */
462 if (xfont != oxfont) {
467 if (xfont == ulfont || xfont == BIFONT)
469 if (bdtab[xfont])
471 oxfont = xfont;
473 if ((xfont == ulfont || xfont
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c140 int xfont; variable
H A Dext.h170 extern int xfont;

Completed in 62 milliseconds