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

/freebsd-9.3-release/usr.bin/lex/
H A Dmisc.c59 while ( len + action_index >= action_size - 10 /* slop */ )
61 int new_size = action_size * 2;
67 action_size += action_size / 8;
69 action_size = new_size;
72 reallocate_character_array( action_array, action_size );
H A Dmain.c68 int action_size, defs1_offset, prolog_offset, action_offset, action_index; variable
608 action_size = 2048; /* default size of action array in bytes */
609 action_array = allocate_character_array( action_size );
H A Dflexdef.h422 * action_size - size of action_array
444 extern int action_size;

Completed in 21 milliseconds