Searched refs:new_nexts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c1416 Idx *new_nexts, *new_indices;
1432 new_nexts = re_realloc (dfa->nexts, Idx, new_nodes_alloc);
1436 if (BE (new_nexts == NULL || new_indices == NULL
1439 dfa->nexts = new_nexts;
1413 Idx *new_nexts, *new_indices; local

Completed in 24 milliseconds