Home
last modified time | relevance | path

Searched refs:reallocate_integer_array (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/usr.bin/lex/
Dnfa.c607 firstst = reallocate_integer_array( firstst, current_mns );
608 lastst = reallocate_integer_array( lastst, current_mns );
609 finalst = reallocate_integer_array( finalst, current_mns );
610 transchar = reallocate_integer_array( transchar, current_mns );
611 trans1 = reallocate_integer_array( trans1, current_mns );
612 trans2 = reallocate_integer_array( trans2, current_mns );
613 accptnum = reallocate_integer_array( accptnum, current_mns );
615 reallocate_integer_array( assoc_rule, current_mns );
617 reallocate_integer_array( state_type, current_mns );
698 rule_type = reallocate_integer_array( rule_type, in new_rule()
[all …]
Dccl.c81 cclmap = reallocate_integer_array( cclmap, current_maxccls ); in cclinit()
82 ccllen = reallocate_integer_array( ccllen, current_maxccls ); in cclinit()
83 cclng = reallocate_integer_array( cclng, current_maxccls ); in cclinit()
Dsym.c214 scset = reallocate_integer_array( scset, current_max_scs ); in scextend()
215 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend()
216 scxclu = reallocate_integer_array( scxclu, current_max_scs ); in scextend()
217 sceof = reallocate_integer_array( sceof, current_max_scs ); in scextend()
Ddfa.c276 t = reallocate_integer_array( t, current_max_dfa_size ); \
277 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
377 base = reallocate_integer_array( base, current_max_dfas ); in increase_max_dfas()
378 def = reallocate_integer_array( def, current_max_dfas ); in increase_max_dfas()
379 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas ); in increase_max_dfas()
380 accsiz = reallocate_integer_array( accsiz, current_max_dfas ); in increase_max_dfas()
381 dhash = reallocate_integer_array( dhash, current_max_dfas ); in increase_max_dfas()
387 reallocate_integer_array( nultrans, current_max_dfas ); in increase_max_dfas()
Dtblcmp.c311 nxt = reallocate_integer_array( nxt, current_max_xpairs ); in expand_nxt_chk()
312 chk = reallocate_integer_array( chk, current_max_xpairs ); in expand_nxt_chk()
737 tnxt = reallocate_integer_array( tnxt,
Dflexdef.h666 #define reallocate_integer_array(array,size) \ macro