Searched refs:NCH (Results 1 – 9 of 9) sorted by relevance
99 #define NCH 256 /* max number of characters with funny names */ macro100 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()
99 #define NCH 256 /* max number of characters with funny names */ macro100 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 */
36 int ctable[2*NCH] = {65 int ZCH = NCH;
414 if (ZCH < NCH) ZCH = NCH;415 if (ZCH > 2*NCH) error("ch table needs redeclaration");443 char chused[2*NCH]; int kr;446 for(i=0; i<NCH; i++)448 for(kr=i=1; i<NCH; i++)948 if((unsigned)i < NCH) allprint(i);
70 #define NCH 256 macro
177 ZCH = ncg = NCH; /* ncg behaves as constant in this mode. */
83 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()
902 for (i = 1; i < NCH; i++) { in sect1dump()