Home
last modified time | relevance | path

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

/dflybsd-src/contrib/grep/lib/
H A Dregexec.c3266 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; in build_trtable() local
3348 dest_states_nl = dest_states_word + ndests; in build_trtable()
3383 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows, in build_trtable()
3385 if (__glibc_unlikely (dest_states_nl[i] == NULL && err != REG_NOERROR)) in build_trtable()
3391 dest_states_nl[i] = dest_states[i]; in build_trtable()
3464 trtable[NEWLINE_CHAR] = dest_states_nl[j]; in build_trtable()
3466 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; in build_trtable()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregexec.c3300 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; in build_trtable() local
3378 dest_states_nl = dest_states_word + ndests; in build_trtable()
3412 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows, in build_trtable()
3414 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0)) in build_trtable()
3420 dest_states_nl[i] = dest_states[i]; in build_trtable()
3491 trtable[NEWLINE_CHAR] = dest_states_nl[j]; in build_trtable()
3493 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; in build_trtable()