Searched defs:NCH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h72 #define NCH 256 macro
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c101 #define NCH 256 /* max number of characters with funny names */ macro
102 char chname[5*NCH]; /* character names, including \0 for each */
103 short chtab[NCH]; /* index of character in chname */
105 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c101 #define NCH 256 /* max number of characters with funny names */ macro
102 char chname[5*NCH]; /* character names, including \0 for each */
103 short chtab[NCH]; /* index of character in chname */
105 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */
307 if (n >= NCH) {

Completed in 59 milliseconds