Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c202 current_max_scs += MAX_SCS_INCREMENT; in scextend()
206 scset = reallocate_integer_array (scset, current_max_scs); in scextend()
207 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()
208 scxclu = reallocate_integer_array (scxclu, current_max_scs); in scextend()
209 sceof = reallocate_integer_array (sceof, current_max_scs); in scextend()
210 scname = reallocate_char_ptr_array (scname, current_max_scs); in scextend()
223 if (++lastsc >= current_max_scs) in scinstal()
H A Dmain.c86 int current_max_scs; variable
859 current_max_scs); in flexend()
1743 current_max_scs = INITIAL_MAX_SCS; in set_up_initial_allocations()
1744 scset = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1745 scbol = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1746 scxclu = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1747 sceof = allocate_integer_array (current_max_scs); in set_up_initial_allocations()
1748 scname = allocate_char_ptr_array (current_max_scs); in set_up_initial_allocations()
H A Dflexdef.h547 extern int current_max_scs;