Home
last modified time | relevance | path

Searched refs:NFITAB (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c103 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */ macro
104 char fitab[NFITAB]; /* font index table: position of char i on this font. */
229 for (i = 0; i < NFITAB; i++)
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c103 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */ macro
104 char fitab[NFITAB]; /* font index table: position of char i on this font. */
239 for (i = 0; i < NFITAB; i++) in dofont()