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

/freebsd-10-stable/contrib/flex/
H A Dsym.c222 current_max_scs += MAX_SCS_INCREMENT;
226 scset = reallocate_integer_array (scset, current_max_scs);
227 scbol = reallocate_integer_array (scbol, current_max_scs);
228 scxclu = reallocate_integer_array (scxclu, current_max_scs);
229 sceof = reallocate_integer_array (sceof, current_max_scs);
230 scname = reallocate_char_ptr_array (scname, current_max_scs);
245 if (++lastsc >= current_max_scs)
H A Dmain.c86 int current_max_scs;
844 current_max_scs);
1733 current_max_scs = INITIAL_MAX_SCS;
1734 scset = allocate_integer_array (current_max_scs);
1735 scbol = allocate_integer_array (current_max_scs);
1736 scxclu = allocate_integer_array (current_max_scs);
1737 sceof = allocate_integer_array (current_max_scs);
1738 scname = allocate_char_ptr_array (current_max_scs);
85 int current_max_scs; variable
H A Dflexdef.h581 * current_max_scs - current limit on number of start conditions
590 extern int current_max_scs;

Completed in 105 milliseconds