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

/freebsd-10-stable/contrib/flex/
H A Dmisc.c145 while (len + action_index >= action_size - 10 /* slop */ ) {
146 int new_size = action_size * 2;
152 action_size += action_size / 8;
154 action_size = new_size;
158 action_size);
H A Dmain.c65 int action_size, defs1_offset, prolog_offset, action_offset,
961 action_size = 2048; /* default size of action array in bytes */
962 action_array = allocate_character_array (action_size);
64 int action_size, defs1_offset, prolog_offset, action_offset, variable
H A Dflexdef.h439 * action_size - size of action_array
461 extern int action_size;

Completed in 113 milliseconds