Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/lex/
Dnfa.c608 firstst = reallocate_integer_array(firstst, current_mns); in mkstate()
609 lastst = reallocate_integer_array(lastst, current_mns); in mkstate()
610 finalst = reallocate_integer_array(finalst, current_mns); in mkstate()
612 reallocate_integer_array(transchar, current_mns); in mkstate()
613 trans1 = reallocate_integer_array(trans1, current_mns); in mkstate()
614 trans2 = reallocate_integer_array(trans2, current_mns); in mkstate()
616 reallocate_integer_array(accptnum, current_mns); in mkstate()
618 reallocate_integer_array(assoc_rule, current_mns); in mkstate()
620 reallocate_integer_array(state_type, current_mns); in mkstate()
697 rule_type = reallocate_integer_array(rule_type, in new_rule()
[all …]
Dsym.c213 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()
Ddfa.c259 t = reallocate_integer_array( t, current_max_dfa_size ); \ in epsclosure()
260 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ in epsclosure()
354 base = reallocate_integer_array (base, current_max_dfas); in increase_max_dfas()
355 def = reallocate_integer_array (def, current_max_dfas); in increase_max_dfas()
356 dfasiz = reallocate_integer_array (dfasiz, current_max_dfas); in increase_max_dfas()
357 accsiz = reallocate_integer_array (accsiz, current_max_dfas); in increase_max_dfas()
358 dhash = reallocate_integer_array (dhash, current_max_dfas); in increase_max_dfas()
364 reallocate_integer_array (nultrans, in increase_max_dfas()
Dccl.c199 reallocate_integer_array(cclmap, current_maxccls); in cclinit()
201 reallocate_integer_array(ccllen, current_maxccls); in cclinit()
202 cclng = reallocate_integer_array(cclng, current_maxccls); in cclinit()
Dtblcmp.c309 nxt = reallocate_integer_array(nxt, current_max_xpairs); in expand_nxt_chk()
310 chk = reallocate_integer_array(chk, current_max_xpairs); in expand_nxt_chk()
722 tnxt = reallocate_integer_array(tnxt, in mktemplate()
Dflexdef.h647 #define reallocate_integer_array(array,size) \ macro