Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dmisc.c123 while (len + action_index >= action_size - 10 /* slop */ ) { in add_action()
124 int new_size = action_size * 2; in add_action()
130 action_size += action_size / 8; in add_action()
132 action_size = new_size; in add_action()
136 action_size); in add_action()
H A Dmain.c68 int action_size, defs1_offset, prolog_offset, action_offset, variable
976 action_size = 2048; /* default size of action array in bytes */ in flexinit()
977 action_array = allocate_character_array (action_size); in flexinit()
H A Dflexdef.h427 extern int action_size;