Lines Matching defs:new_nodes
1418 re_token_t *new_nodes;1428 new_nodes = re_realloc (dfa->nodes, re_token_t, new_nodes_alloc);1429 if (BE (new_nodes == NULL, 0))1431 dfa->nodes = new_nodes;