Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dnfa.c600 firstst = reallocate_integer_array (firstst, current_mns); in mkstate()
601 lastst = reallocate_integer_array (lastst, current_mns); in mkstate()
602 finalst = reallocate_integer_array (finalst, current_mns); in mkstate()
604 reallocate_integer_array (transchar, current_mns); in mkstate()
605 trans1 = reallocate_integer_array (trans1, current_mns); in mkstate()
606 trans2 = reallocate_integer_array (trans2, current_mns); in mkstate()
608 reallocate_integer_array (accptnum, current_mns); in mkstate()
610 reallocate_integer_array (assoc_rule, current_mns); in mkstate()
612 reallocate_integer_array (state_type, current_mns); in mkstate()
688 rule_type = reallocate_integer_array (rule_type, in new_rule()
[all …]
H A Dsym.c206 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()
H A Ddfa.c255 t = reallocate_integer_array( t, current_max_dfa_size ); \ in epsclosure()
256 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ in epsclosure()
350 base = reallocate_integer_array (base, current_max_dfas); in increase_max_dfas()
351 def = reallocate_integer_array (def, current_max_dfas); in increase_max_dfas()
352 dfasiz = reallocate_integer_array (dfasiz, current_max_dfas); in increase_max_dfas()
353 accsiz = reallocate_integer_array (accsiz, current_max_dfas); in increase_max_dfas()
354 dhash = reallocate_integer_array (dhash, current_max_dfas); in increase_max_dfas()
360 reallocate_integer_array (nultrans, in increase_max_dfas()
H A Dccl.c194 reallocate_integer_array (cclmap, current_maxccls); in cclinit()
196 reallocate_integer_array (ccllen, current_maxccls); in cclinit()
197 cclng = reallocate_integer_array (cclng, current_maxccls); in cclinit()
H A Dtblcmp.c299 nxt = reallocate_integer_array (nxt, current_max_xpairs); in expand_nxt_chk()
300 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk()
698 tnxt = reallocate_integer_array (tnxt, in mktemplate()
H A Dflexdef.h646 #define reallocate_integer_array(array,size) \ macro