Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/lex/
Dnfa.c614 firstst = reallocate_integer_array( firstst, current_mns );
615 lastst = reallocate_integer_array( lastst, current_mns );
616 finalst = reallocate_integer_array( finalst, current_mns );
617 transchar = reallocate_integer_array( transchar, current_mns );
618 trans1 = reallocate_integer_array( trans1, current_mns );
619 trans2 = reallocate_integer_array( trans2, current_mns );
620 accptnum = reallocate_integer_array( accptnum, current_mns );
622 reallocate_integer_array( assoc_rule, current_mns );
624 reallocate_integer_array( state_type, current_mns );
705 rule_type = reallocate_integer_array( rule_type, in new_rule()
[all …]
Dccl.c86 cclmap = reallocate_integer_array( cclmap, current_maxccls ); in cclinit()
87 ccllen = reallocate_integer_array( ccllen, current_maxccls ); in cclinit()
88 cclng = reallocate_integer_array( cclng, current_maxccls ); in cclinit()
Dsym.c219 scset = reallocate_integer_array( scset, current_max_scs ); in scextend()
220 scbol = reallocate_integer_array( scbol, current_max_scs ); in scextend()
221 scxclu = reallocate_integer_array( scxclu, current_max_scs ); in scextend()
222 sceof = reallocate_integer_array( sceof, current_max_scs ); in scextend()
Ddfa.c281 t = reallocate_integer_array( t, current_max_dfa_size ); \
282 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
382 base = reallocate_integer_array( base, current_max_dfas ); in increase_max_dfas()
383 def = reallocate_integer_array( def, current_max_dfas ); in increase_max_dfas()
384 dfasiz = reallocate_integer_array( dfasiz, current_max_dfas ); in increase_max_dfas()
385 accsiz = reallocate_integer_array( accsiz, current_max_dfas ); in increase_max_dfas()
386 dhash = reallocate_integer_array( dhash, current_max_dfas ); in increase_max_dfas()
392 reallocate_integer_array( nultrans, current_max_dfas ); in increase_max_dfas()
Dtblcmp.c316 nxt = reallocate_integer_array( nxt, current_max_xpairs ); in expand_nxt_chk()
317 chk = reallocate_integer_array( chk, current_max_xpairs ); in expand_nxt_chk()
742 tnxt = reallocate_integer_array( tnxt,
Dflexdef.h673 #define reallocate_integer_array(array,size) \ macro