Searched refs:ncgidtbl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c73 int ncgidtbl = 5; /* # elements in yycgidtbl. */ variable
74 int ncg; /* Should set to ncgidtbl*2; this is the largest value yycgid() */
145 /* In any case, we don't need to construct ncgidtbl[]. */
150 * lsearch wants ncgidtbl to be size_t, but it is int. Hence,
153 local_ncgidtbl = ncgidtbl;
156 ncgidtbl = (int)local_ncgidtbl;
164 qsort(yycgidtbl, ncgidtbl, sizeof (lchar), cmplc);
197 #define YYNCGIDTBL ncgidtbl
H A Dldefs.h141 extern int ncgidtbl;
142 extern int ncg; /* ncg == ncgidtbl * 2 */
H A Dmain.c171 ncg = ncgidtbl * 2;
H A Dsub2.c1123 (void) fprintf(fout, "#define YYNCGIDTBL %d\n", ncgidtbl);
1129 for (i = 0; i < ncgidtbl; ++i) {

Completed in 47 milliseconds