Searched refs:new_state (Results 1 – 1 of 1) sorted by relevance
1483 re_dfastate_t *new_state; in re_acquire_state() local1508 new_state = create_ci_newstate (dfa, nodes, hash); in re_acquire_state()1509 if (BE (new_state == NULL, 0)) in re_acquire_state()1512 return new_state; in re_acquire_state()1531 re_dfastate_t *new_state; in re_acquire_state_context() local1555 new_state = create_cd_newstate (dfa, nodes, context, hash); in re_acquire_state_context()1556 if (BE (new_state == NULL, 0)) in re_acquire_state_context()1559 return new_state; in re_acquire_state_context()