Home
last modified time | relevance | path

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

/titanic_44/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) { in dofont()
/titanic_44/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 */
/titanic_44/usr/src/cmd/sgs/lex/common/
H A Donce.h38 int ctable[2*NCH] = {
67 int ZCH = NCH;
H A Dparser.y438 if (ZCH < NCH) ZCH = NCH;
439 if (ZCH > 2*NCH) error("ch table needs redeclaration");
467 char chused[2*NCH]; int kr;
470 for(i=0; i<NCH; i++)
472 for(kr=i=1; i<NCH; i++)
971 if((unsigned)i < NCH) allprint(i);
H A Dldefs.h72 #define NCH 256 macro
H A Dmain.c163 ZCH = ncg = NCH; /* ncg behaves as constant in this mode. */
H A Dheader.c85 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.c901 for (i = 1; i < NCH; i++) { in sect1dump()