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

/netbsd-current/external/bsd/flex/dist/src/
H A Dccl.c77 if (newpos >= current_max_ccl_tbl_size) {
78 current_max_ccl_tbl_size += MAX_CCL_TBL_SIZE_INCREMENT;
83 current_max_ccl_tbl_size);
H A Dmain.c100 int current_maxccls, current_max_ccl_tbl_size;
877 current_max_ccl_tbl_size, cclreuse);
1760 current_max_ccl_tbl_size = INITIAL_MAX_CCL_TBL_SIZE;
1761 ccltbl = allocate_Character_array (current_max_ccl_tbl_size);
99 int current_maxccls, current_max_ccl_tbl_size; variable
H A Dflexdef.h610 * current_max_ccl_tbl_size - current limit on number of characters needed
616 extern int current_maxccls, current_max_ccl_tbl_size;

Completed in 77 milliseconds