Lines Matching refs:csize
59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
201 if ( csize == unspecified ) in check_options()
204 csize = DEFAULT_CSIZE; in check_options()
206 csize = CSIZE; in check_options()
255 for ( i = 2; i <= csize; ++i ) in check_options()
261 nextecm[csize] = NIL; in check_options()
267 for ( i = 1; i <= csize; ++i ) in check_options()
443 if ( csize == unspecified )
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 ) in readin()
1042 numecs = cre8ecs( nextecm, ecgroup, csize ); in readin()
1044 numecs = csize; in readin()
1047 ecgroup[0] = ecgroup[csize]; in readin()