Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dsym.c209 current_max_scs += MAX_SCS_INCREMENT; in scextend()
213 scset = reallocate_integer_array (scset, current_max_scs); in scextend()
214 scbol = reallocate_integer_array (scbol, current_max_scs); in scextend()
215 scxclu = reallocate_integer_array (scxclu, current_max_scs); in scextend()
216 sceof = reallocate_integer_array (sceof, current_max_scs); in scextend()
217 scname = reallocate_char_ptr_array (scname, current_max_scs); in scextend()
229 if (++lastsc >= current_max_scs) in scinstal()
Dmain.c85 int current_max_scs; variable
820 current_max_scs); in flexend()
1668 current_max_scs = INITIAL_MAX_SCS; in set_up_initial_allocations()
1669 scset = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1670 scbol = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1671 scxclu = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1672 sceof = allocate_integer_array(current_max_scs); in set_up_initial_allocations()
1673 scname = allocate_char_ptr_array(current_max_scs); in set_up_initial_allocations()
Dflexdef.h552 extern int current_max_scs;