Symbol: NCH
usr/src/cmd/lp/filter/postscript/font/makedev.c
100
char chname[5*NCH]; /* character names, including \0 for each */
usr/src/cmd/lp/filter/postscript/font/makedev.c
101
short chtab[NCH]; /* index of character in chname */
usr/src/cmd/lp/filter/postscript/font/makedev.c
103
#define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */
usr/src/cmd/lp/filter/postscript/font/makedev.c
305
if (n >= NCH) {
usr/src/cmd/sgs/lex/common/header.c
83
if (ZCH > NCH)
usr/src/cmd/sgs/lex/common/main.c
177
ZCH = ncg = NCH; /* ncg behaves as constant in this mode. */
usr/src/cmd/sgs/lex/common/once.h
36
int ctable[2*NCH] = {
usr/src/cmd/sgs/lex/common/once.h
65
int ZCH = NCH;
usr/src/cmd/sgs/lex/common/parser.y
414
if (ZCH < NCH) ZCH = NCH;
usr/src/cmd/sgs/lex/common/parser.y
415
if (ZCH > 2*NCH) error("ch table needs redeclaration");
usr/src/cmd/sgs/lex/common/parser.y
443
char chused[2*NCH]; int kr;
usr/src/cmd/sgs/lex/common/parser.y
446
for(i=0; i<NCH; i++)
usr/src/cmd/sgs/lex/common/parser.y
448
for(kr=i=1; i<NCH; i++)
usr/src/cmd/sgs/lex/common/parser.y
948
if((unsigned)i < NCH) allprint(i);
usr/src/cmd/sgs/lex/common/sub1.c
902
for (i = 1; i < NCH; i++) {
usr/src/cmd/sgs/lex/common/sub2.c
1033
"# define YYTYPE %s\n", stnum+1 >= NCH ? "int" : "unsigned char");
usr/src/cmd/sgs/lex/common/sub2.c
546
if ((index >= 0) && (index < NCH)) {
usr/src/cmd/troff/troff.d/makedev.c
100
char chname[5*NCH]; /* character names, including \0 for each */
usr/src/cmd/troff/troff.d/makedev.c
101
short chtab[NCH]; /* index of character in chname */
usr/src/cmd/troff/troff.d/makedev.c
103
#define NFITAB (NCH + 128-32) /* includes ascii chars, but not non-graphics */