Home
last modified time | relevance | path

Searched refs:nwfont (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c191 write(fdout, width, font.nwfont & BYTEMASK); in main()
192 write(fdout, kern, font.nwfont & BYTEMASK); in main()
193 write(fdout, code, font.nwfont & BYTEMASK); in main()
291 font.nwfont = n;
299 write(fdout, width, font.nwfont & BYTEMASK);
300 write(fdout, kern, font.nwfont & BYTEMASK);
301 write(fdout, code, font.nwfont & BYTEMASK);
H A Dt6.c215 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 Ddev.h63 char nwfont; /* number of width entries for this font */ member
H A Dt10.c147 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font); in ptinit()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c200 write(fdout, width, font.nwfont & BYTEMASK); in main()
201 write(fdout, kern, font.nwfont & BYTEMASK); in main()
202 write(fdout, code, font.nwfont & BYTEMASK); in main()
309 font.nwfont = n; in dofont()
317 write(fdout, width, font.nwfont & BYTEMASK); in dofont()
318 write(fdout, kern, font.nwfont & BYTEMASK); in dofont()
319 write(fdout, code, font.nwfont & BYTEMASK); in dofont()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h59 char nwfont; /* number of width entries for this font */ member
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1443 nw = fontbase[n]->nwfont & BMASK; in loadfont()
1525 n = fontbase[i]->nwfont & BMASK; in fontprint()