Searched refs:nwfont (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/troff/troff.d/ |
H A D | makedev.c | 193 write(fdout, width, font.nwfont & BYTEMASK); in main() 194 write(fdout, kern, font.nwfont & BYTEMASK); in main() 195 write(fdout, code, font.nwfont & BYTEMASK); in main() 293 font.nwfont = n; 301 write(fdout, width, font.nwfont & BYTEMASK); 302 write(fdout, kern, font.nwfont & BYTEMASK); 303 write(fdout, code, font.nwfont & BYTEMASK);
|
H A D | t6.c | 214 ncf = fontbase[xfont]->nwfont & BYTEMASK; in abscw() 706 n = fontbase[pos]->nwfont & BYTEMASK; 708 kerntab[pos] = (char *) fontab[pos] + (fontbase[pos]->nwfont & BYTEMASK); 710 fitab[pos] = (char *) fontab[pos] + 3 * (fontbase[pos]->nwfont & BYTEMASK); 711 if ((fontbase[pos]->nwfont & BYTEMASK) > n) { 716 fontbase[pos]->nwfont = n; /* so can load a larger one again later */
|
H A D | dev.h | 66 char nwfont; /* number of width entries for this font */ member
|
H A D | t10.c | 149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font); in ptinit()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/ |
H A D | makedev.c | 202 write(fdout, width, font.nwfont & BYTEMASK); in main() 203 write(fdout, kern, font.nwfont & BYTEMASK); in main() 204 write(fdout, code, font.nwfont & BYTEMASK); in main() 311 font.nwfont = n; in dofont() 319 write(fdout, width, font.nwfont & BYTEMASK); in dofont() 320 write(fdout, kern, font.nwfont & BYTEMASK); in dofont() 321 write(fdout, code, font.nwfont & BYTEMASK); in dofont()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/common/ |
H A D | dev.h | 61 char nwfont; /* number of width entries for this font */ member
|
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.c | 1445 nw = fontbase[n]->nwfont & BMASK; in loadfont() 1527 n = fontbase[i]->nwfont & BMASK; in fontprint()
|