Home
last modified time | relevance | path

Searched refs:current_max_ccl_tbl_size (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/flex/dist/
H A Dccl.c79 if (newpos >= current_max_ccl_tbl_size) {
80 current_max_ccl_tbl_size += MAX_CCL_TBL_SIZE_INCREMENT;
85 current_max_ccl_tbl_size);
H A Dmain.c98 int current_maxccls, current_max_ccl_tbl_size; variable
860 current_max_ccl_tbl_size, cclreuse);
1748 current_max_ccl_tbl_size = INITIAL_MAX_CCL_TBL_SIZE; in set_up_initial_allocations()
1749 ccltbl = allocate_Character_array (current_max_ccl_tbl_size); in set_up_initial_allocations()
H A Dflexdef.h651 extern int current_maxccls, current_max_ccl_tbl_size;