Searched refs:action_size (Results 1 – 3 of 3) sorted by relevance
57 while ( len + action_index >= action_size - 10 /* slop */ )59 int new_size = action_size * 2;65 action_size += action_size / 8;67 action_size = new_size;70 reallocate_character_array( action_array, action_size );
66 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable606 action_size = 2048; /* default size of action array in bytes */607 action_array = allocate_character_array( action_size );
443 extern int action_size;