Lines Matching refs:csize
56 csize; variable
243 if (csize == unspecified) { in check_options()
245 csize = DEFAULT_CSIZE; in check_options()
247 csize = CSIZE; in check_options()
297 for (i = 2; i <= csize; ++i) { in check_options()
302 nextecm[csize] = NIL; in check_options()
307 for (i = 1; i <= csize; ++i) { in check_options()
796 if (csize == unspecified) in flexend()
801 csize = 256; in flexend()
803 if (csize == 128) in flexend()
913 tblsiz = tblsiz + csize; in flexend()
917 numecs, csize); in flexend()
925 nummecs, csize); in flexend()
958 interactive = csize = unspecified; in flexinit()
1216 csize = 128; in flexinit()
1220 csize = CSIZE; in flexinit()
1708 numecs = cre8ecs (nextecm, ecgroup, csize); in readin()
1710 numecs = csize; in readin()
1713 ecgroup[0] = ecgroup[csize]; in readin()