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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c3339 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3421 dest_states_word = dest_states + ndests;
3422 dest_states_nl = dest_states_word + ndests;
3448 dest_states_word[i] = re_acquire_state_context (&err, dfa, &follows,
3450 if (BE (dest_states_word[i] == NULL && err != REG_NOERROR, 0))
3453 if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1)
3463 dest_states_word[i] = dest_states[i];
3494 trtable[ch] = dest_states_word[j];
3525 trtable[ch + SBC_MAX] = dest_states_word[j];
3335 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local

Completed in 302 milliseconds