Searched refs:YYNCGIDTBL (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c176 * by YYNCGIDTBL. There is no duplicate entries in yycgidtbl.
177 * const int YYNCGIDTBL;
178 * lchar yycgidtbl[YYNCGIDTBL];
185 * YYNCGIDTBL*2-1
186 * iff yycgidtbl[YYNCGIDTBL-1] < lc
190 * 1. For any c, 0 <= yycgid(c) <= 2*YYNCGIDTBL-1
197 #define YYNCGIDTBL ncgidtbl macro
203 int last = YYNCGIDTBL - 1;
215 /* An exceptional case: yycgidtbl[YYNCGIDTBL-1] < lc */
216 if (yycgidtbl[YYNCGIDTBL
[all...]
H A Dnceucform370 int last = YYNCGIDTBL - 1;
373 if( yycgidtbl[YYNCGIDTBL-1] < lc ) return YYNCGIDTBL*2-1;

Completed in 43 milliseconds