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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddev.h66 char nwfont; /* number of width entries for this font */ member in struct:Font
H A Dmakedev.c193 write(fdout, width, font.nwfont & BYTEMASK);
194 write(fdout, kern, font.nwfont & BYTEMASK);
195 write(fdout, code, font.nwfont & BYTEMASK);
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;
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 Dt10.c149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font);
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Ddev.h61 char nwfont; /* number of width entries for this font */ member in struct:Font
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c202 write(fdout, width, font.nwfont & BYTEMASK);
203 write(fdout, kern, font.nwfont & BYTEMASK);
204 write(fdout, code, font.nwfont & BYTEMASK);
311 font.nwfont = n;
319 write(fdout, width, font.nwfont & BYTEMASK);
320 write(fdout, kern, font.nwfont & BYTEMASK);
321 write(fdout, code, font.nwfont & BYTEMASK);
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c1445 nw = fontbase[n]->nwfont & BMASK;
1527 n = fontbase[i]->nwfont & BMASK;

Completed in 68 milliseconds