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

/freebsd-10-stable/contrib/flex/
H A Dccl.c78 if (newpos >= current_max_ccl_tbl_size) {
79 current_max_ccl_tbl_size += MAX_CCL_TBL_SIZE_INCREMENT;
84 current_max_ccl_tbl_size);
H A Dmain.c96 int current_maxccls, current_max_ccl_tbl_size;
858 current_max_ccl_tbl_size, cclreuse);
1746 current_max_ccl_tbl_size = INITIAL_MAX_CCL_TBL_SIZE;
1747 ccltbl = allocate_Character_array (current_max_ccl_tbl_size);
95 int current_maxccls, current_max_ccl_tbl_size; variable
H A Dflexdef.h644 * current_max_ccl_tbl_size - current limit on number of characters needed
650 extern int current_maxccls, current_max_ccl_tbl_size;

Completed in 126 milliseconds