Home
last modified time | relevance | path

Searched refs:NCH (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A Dmakedev.c99 #define NCH 256 /* max number of characters with funny names */ macro
100 char chname[5*NCH]; /* character names, including \0 for each */
101 short chtab[NCH]; /* index of character in chname */
103 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */
305 if (n >= NCH) { in dofont()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dmakedev.c99 #define NCH 256 /* max number of characters with funny names */ macro
100 char chname[5*NCH]; /* character names, including \0 for each */
101 short chtab[NCH]; /* index of character in chname */
103 #define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h36 int ctable[2*NCH] = {
65 int ZCH = NCH;
H A Dparser.y437 if (ZCH < NCH) ZCH = NCH;
438 if (ZCH > 2*NCH) error("ch table needs redeclaration");
466 char chused[2*NCH]; int kr;
469 for(i=0; i<NCH; i++)
471 for(kr=i=1; i<NCH; i++)
971 if((unsigned)i < NCH) allprint(i);
H A Dldefs.h70 #define NCH 256 macro
H A Dmain.c163 ZCH = ncg = NCH; /* ncg behaves as constant in this mode. */
H A Dheader.c83 if (ZCH > NCH) in chd1()
H A Dsub2.c546 if ((index >= 0) && (index < NCH)) { in packtrans()
1033 "# define YYTYPE %s\n", stnum+1 >= NCH ? "int" : "unsigned char"); in layout()
H A Dsub1.c902 for (i = 1; i < NCH; i++) { in sect1dump()