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

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c77 fitab (nchtab+128-32)
83 F.out contains the font header, width, kern, codes, and fitab.
106 char fitab[NFITAB]; /* font index table: position of char i on this font. */ variable
196 write(fdout, fitab, dev.nchtab+128-32);
217 dofont(name) /* create fitab and width tab for font */
232 fitab[i] = 0;
255 /* widths are origin 1 so fitab==0 can mean "not there" */
274 fitab[ch[0] - 32] = nw; /* fitab origin omits non-graphics */
278 fitab[
[all...]
H A Dt6.c51 /* fitab[f][c] is 0 if c is not on font f */
53 * fitab[f][c].
152 if ((j = fitab[xfont][i] & BYTEMASK) == 0) { /* it's not on current font */
161 j = fitab[ii][i] & BYTEMASK;
709 /* have to reset the fitab pointer because the width may be different */
710 fitab[pos] = (char *) fontab[pos] + 3 * (fontbase[pos]->nwfont & BYTEMASK);
H A Dt10.c58 char *fitab[NFONT+1]; variable
145 fitab[i] = p + 3 * nw; /* skip width, kern, code */
H A Dta.c117 char *fitab[NFONT]; variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c77 fitab (nchtab+128-32)
83 F.out contains the font header, width, kern, codes, and fitab.
106 char fitab[NFITAB]; /* font index table: position of char i on this font. */ variable
205 write(fdout, fitab, dev.nchtab+128-32);
224 dofont(char *name) /* create fitab and width tab for font */
242 fitab[i] = 0;
265 /* widths are origin 1 so fitab==0 can mean "not there" */
283 fitab[ch[0] - 32] = nw; /* fitab origin omits non-graphics */
287 fitab[
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dext.h46 extern char *fitab[];
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c357 char *fitab[NFONT+1]; /* locates char info on each font */ variable
1383 widthtab[i] = codetab[i] = fitab[i] = NULL;
1448 fitab[n] = (char *) widthtab[n] + 3 * nw;
1529 fprintf(tf, "base=0%o, nchars=%d, spec=%d, name=%s, widtab=0%o, fitab=0%o\n",
1530 p, n, fontbase[i]->specfont, fontbase[i]->namefont, widthtab[i], fitab[i]);
1546 fprintf(tf, " %2d", fitab[i][j] & BMASK);
2275 int i; /* character code from fitab */
2290 * If fitab[k][c] isn't zero the character is on font k and the value is an index
2292 * tables. If fitab[k][c] is zero the character isn't defined on font k and we
2297 * fitab[
[all...]

Completed in 72 milliseconds