Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3288 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; in build_trtable() local
3350 dest_states = (re_dfastate_t **) in build_trtable()
3354 dest_states = re_malloc (re_dfastate_t *, ndests * 3); in build_trtable()
3355 if (BE (dest_states == NULL, 0)) in build_trtable()
3359 re_free (dest_states); in build_trtable()
3369 dest_states_word = dest_states + ndests; in build_trtable()
3389 dest_states[i] = re_acquire_state_context (&err, dfa, &follows, 0); in build_trtable()
3390 if (BE (dest_states[i] == NULL && err != REG_NOERROR, 0)) in build_trtable()
3394 if (dest_states[i]->has_constraint) in build_trtable()
3401 if (dest_states[i] != dest_states_word[i] && dfa->mb_cur_max > 1) in build_trtable()
[all …]