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

/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c3296 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3369 dest_states_nl = dest_states_word + ndests;
3403 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3405 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3411 dest_states_nl[i] = dest_states[i];
3484 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3486 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3292 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local

Completed in 55 milliseconds