Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/troff/troff.d/
H A Dmakedev.c193 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 Dt6.c214 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.h66 char nwfont; /* number of width entries for this font */ member
H A Dt10.c149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font); in ptinit()
/titanic_50/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c202 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 Ddev.h61 char nwfont; /* number of width entries for this font */ member
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1445 nw = fontbase[n]->nwfont & BMASK; in loadfont()
1527 n = fontbase[i]->nwfont & BMASK; in fontprint()