Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:csize

203 	int out_char_set[CSIZE];
205 for ( i = 0; i < csize; ++i )
216 for ( i = 0; i < csize; ++i )
402 int symlist[CSIZE + 1];
411 * from 1 to CSIZE, so their size must be CSIZE + 1.
413 int duplist[CSIZE + 1], state[CSIZE + 1];
414 int targfreq[CSIZE + 1], targstate[CSIZE + 1];
427 for ( i = 0; i <= csize; ++i )
481 int use_NUL_table = (numecs == csize);
490 for ( power_of_two = 1; power_of_two <= csize;
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
1040 if ( tch < -lastccl || tch >= csize )