HomeSort by: relevance | last modified time | path
    Searched refs:reallocate_integer_array (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/flex/dist/src/
nfa.c 603 firstst = reallocate_integer_array (firstst, current_mns);
604 lastst = reallocate_integer_array (lastst, current_mns);
605 finalst = reallocate_integer_array (finalst, current_mns);
607 reallocate_integer_array (transchar, current_mns);
608 trans1 = reallocate_integer_array (trans1, current_mns);
609 trans2 = reallocate_integer_array (trans2, current_mns);
611 reallocate_integer_array (accptnum, current_mns);
613 reallocate_integer_array (assoc_rule, current_mns);
615 reallocate_integer_array (state_type, current_mns);
691 rule_type = reallocate_integer_array (rule_type
    [all...]
sym.c 209 scset = reallocate_integer_array (scset, current_max_scs);
210 scbol = reallocate_integer_array (scbol, current_max_scs);
211 scxclu = reallocate_integer_array (scxclu, current_max_scs);
212 sceof = reallocate_integer_array (sceof, current_max_scs);
ccl.c 195 reallocate_integer_array (cclmap, current_maxccls);
197 reallocate_integer_array (ccllen, current_maxccls);
198 cclng = reallocate_integer_array (cclng, current_maxccls);
dfa.c 256 t = reallocate_integer_array( t, current_max_dfa_size ); \
257 stk = reallocate_integer_array( stk, current_max_dfa_size ); \
351 base = reallocate_integer_array (base, current_max_dfas);
352 def = reallocate_integer_array (def, current_max_dfas);
353 dfasiz = reallocate_integer_array (dfasiz, current_max_dfas);
354 accsiz = reallocate_integer_array (accsiz, current_max_dfas);
355 dhash = reallocate_integer_array (dhash, current_max_dfas);
361 reallocate_integer_array (nultrans,
tblcmp.c 302 nxt = reallocate_integer_array (nxt, current_max_xpairs);
303 chk = reallocate_integer_array (chk, current_max_xpairs);
701 tnxt = reallocate_integer_array (tnxt,
flexdef.h 655 #define reallocate_integer_array(array,size) \ macro

Completed in 17 milliseconds