Searched refs:NFONT (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h47 * NFONT is the most font positions we'll allow. It's set ridiculously high for no
52 #define NFONT 60 /* max number of font positions */ macro
H A Ddpost.c348 struct Font *fontbase[NFONT+1]; /* FONT.out files begin this way */
357 char *fitab[NFONT+1]; /* locates char info on each font */
358 char *widthtab[NFONT+1]; /* character width data for each font */
359 char *codetab[NFONT+1]; /* and codes to get characters printed */
432 } fontname[NFONT+1] = {NULL, 0};
1381 for ( i = 1; i <= NFONT; i++ ) { /* so loadfont() knows nothing's there */
1416 if ( n < 0 || n > NFONT ) /* make sure it's a legal position */
1979 if ( n < 0 || n > NFONT )
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c56 char *fontab[NFONT+1];
57 char *kerntab[NFONT+1];
58 char *fitab[NFONT+1];
59 char *codetab[NFONT+1];
93 struct Font *fontbase[NFONT+1];
H A Dta.c94 #define NFONT 10 macro
108 struct font *fontbase[NFONT];
117 char *fitab[NFONT];
118 char *widthtab[NFONT]; /* widtab would be a better name */
119 char *codetab[NFONT]; /* device codes */
H A Dt6.c55 extern struct Font *fontbase[NFONT+1];
56 extern char *codetab[NFONT+1];
59 int fontlab[NFONT+1];
61 int cstab[NFONT+1];
62 int ccstab[NFONT+1];
63 int bdtab[NFONT+1];
H A Dmakedev.c114 #define NFONT 60 /* max number of default fonts */ macro
115 char fname[NFONT][10]; /* temp space to hold default font names */
/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn6.c49 int bdtab[NFONT+1] ={ 0, 0, 0, 3, 3, 0, };
51 int fontlab[NFONT+1] = { 0, 'R', 'I', 'B', PAIR('B','I'), 'S', 0 };
H A Dn10.c460 xfont = (fbits(*q) % NFONT); /* for invalid code */
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c116 #define NFONT 50 /* max number of default fonts */ macro
117 char fname[NFONT][10]; /* temp space to hold default font names */
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h151 #define NFONT 10 /* maximum number of fonts (including specials) */ macro

Completed in 92 milliseconds