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

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c210 current_max_scs += MAX_SCS_INCREMENT;
214 scset = reallocate_integer_array( scset, current_max_scs );
215 scbol = reallocate_integer_array( scbol, current_max_scs );
216 scxclu = reallocate_integer_array( scxclu, current_max_scs );
217 sceof = reallocate_integer_array( sceof, current_max_scs );
218 scname = reallocate_char_ptr_array( scname, current_max_scs );
237 if ( ++lastsc >= current_max_scs )
H A Dmain.c87 int current_max_scs; variable
505 current_max_scs );
1077 current_max_scs = INITIAL_MAX_SCS;
1078 scset = allocate_integer_array( current_max_scs );
1079 scbol = allocate_integer_array( current_max_scs );
1080 scxclu = allocate_integer_array( current_max_scs );
1081 sceof = allocate_integer_array( current_max_scs );
1082 scname = allocate_char_ptr_array( current_max_scs );
H A Dflexdef.h558 * current_max_scs - current limit on number of start conditions
567 extern int current_max_scs;

Completed in 94 milliseconds