Home
last modified time | relevance | path

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

/titanic_50/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 */
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];
184 if (cs = cstab[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; in ptfont()
527 fdprintf(ptid, "f%d\n", xfont); in ptfont()
/titanic_50/usr/src/cmd/troff/nroff.d/
H A Dn10.c454 xfont = fbits(i); in ptout1()
457 xfont = fbits(i); in ptout1()
460 xfont = (fbits(*q) % NFONT); /* for invalid code */ in ptout1()
462 if (xfont != oxfont) { in ptout1()
467 if (xfont == ulfont || xfont == BIFONT) in ptout1()
469 if (bdtab[xfont]) in ptout1()
471 oxfont = xfont; in ptout1()
473 if ((xfont == ulfont || xfont == BIFONT) && !(*t.iton & 0377)) { in ptout1()
479 if ((j = bdtab[xfont]) && !(*t.bdon & 0377)) in ptout1()
/titanic_50/usr/src/cmd/troff/
H A Dnii.c140 int xfont; variable
H A Dext.h170 extern int xfont;