Searched refs:fontbase (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c93 struct Font *fontbase[NFONT+1]; variable in typeref:struct:Font
135 fontbase[i] = (struct Font *) p;
137 fontlab[i] = PAIR(fontbase[i]->namefont[0], fontbase[i]->namefont[1]);
139 if (smnt == 0 && fontbase[i]->specfont == 1)
148 fontbase[0] = (struct Font *) p; /* the last shall be first */
149 fontbase[0]->nwfont = EXTRAFONT - dev.nchtab - (128-32) - sizeof (struct Font);
172 fdprintf(ptid, "x font %d %s\n", i, fontbase[i]->namefont);
587 if (fontbase[i]->namefont && fontbase[
[all...]
H A Dt6.c57 extern struct Font *fontbase[NFONT+1];
216 ncf = fontbase[xfont]->nwfont & BYTEMASK;
625 if ((lf = fontbase[fbits(i)]->ligfont) == 0) /* font lacks ligatures */
708 n = fontbase[pos]->nwfont & BYTEMASK;
709 read(k, (char *) fontbase[pos], 3*n + nchtab + 128 - 32 + sizeof(struct Font));
710 kerntab[pos] = (char *) fontab[pos] + (fontbase[pos]->nwfont & BYTEMASK);
712 fitab[pos] = (char *) fontab[pos] + 3 * (fontbase[pos]->nwfont & BYTEMASK);
713 if ((fontbase[pos]->nwfont & BYTEMASK) > n) {
718 fontbase[pos]->nwfont = n; /* so can load a larger one again later */
H A Dta.c108 struct font *fontbase[NFONT]; variable in typeref:struct:font
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c348 struct Font *fontbase[NFONT+1]; /* FONT.out files begin this way */ variable in typeref:struct:Font
1382 fontbase[i] = NULL;
1419 if ( fontbase[n] != NULL && strcmp(s, fontbase[n]->namefont) == 0 )
1432 if ( fontbase[n] != NULL ) /* something's already there */
1433 free(fontbase[n]); /* so release the memory first */
1435 fontbase[n] = (struct Font *) malloc(fsize);
1436 if ( fontbase[n] == NULL )
1439 read(fin, fontbase[n], fsize);
1442 if ( smnt == 0 && fontbase[
[all...]

Completed in 100 milliseconds