Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/lex/
Dccl.c56 if ( newpos >= current_max_ccl_tbl_size )
58 current_max_ccl_tbl_size += MAX_CCL_TBL_SIZE_INCREMENT;
63 current_max_ccl_tbl_size );
Dmain.c97 int current_maxccls, current_max_ccl_tbl_size; variable
517 current_max_ccl_tbl_size, cclreuse );
1089 current_max_ccl_tbl_size = INITIAL_MAX_CCL_TBL_SIZE; in set_up_initial_allocations()
1090 ccltbl = allocate_Character_array( current_max_ccl_tbl_size ); in set_up_initial_allocations()
Dflexdef.h627 extern int current_maxccls, current_max_ccl_tbl_size;