Searched defs:ncgidtbl (Results 1 - 1 of 1) 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

Completed in 55 milliseconds