Searched refs:dest_states_nl (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;
3422 dest_states_nl = dest_states_word + ndests;
3456 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3458 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3464 dest_states_nl[i] = dest_states[i];
3537 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3539 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3335 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local

Completed in 126 milliseconds