Searched refs:NCH (Results 1 – 9 of 9) sorted by relevance
101 #define NCH 256 /* max number of characters with funny names */ macro102 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()
101 #define NCH 256 /* max number of characters with funny names */ macro102 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 */
38 int ctable[2*NCH] = {67 int ZCH = NCH;
438 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);
72 #define NCH 256 macro
163 ZCH = ncg = NCH; /* ncg behaves as constant in this mode. */
85 if (ZCH > NCH) in chd1()
546 if ((index >= 0) && (index < NCH)) { in packtrans()1033 "# define YYTYPE %s\n", stnum+1 >= NCH ? "int" : "unsigned char"); in layout()
901 for (i = 1; i < NCH; i++) { in sect1dump()