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

Lines Matching refs:csize

59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize;
82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
201 if ( csize == unspecified )
204 csize = DEFAULT_CSIZE;
206 csize = CSIZE;
250 /* We loop all the way up to csize, since ecgroup[csize] is
255 for ( i = 2; i <= csize; ++i )
261 nextecm[csize] = NIL;
267 for ( i = 1; i <= csize; ++i )
443 if ( csize == unspecified )
444 /* We encountered an error fairly early on, so csize
448 csize = 256;
450 if ( csize == 128 )
554 tblsiz = tblsiz + csize;
557 numecs, csize );
565 nummecs, csize );
595 interactive = csize = unspecified;
805 csize = 128;
809 csize = CSIZE;
958 if ( csize == 256 )
1042 numecs = cre8ecs( nextecm, ecgroup, csize );
1044 numecs = csize;
1047 ecgroup[0] = ecgroup[csize];