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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c3375 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3455 dest_states_nl = dest_states_word + ndests;
3489 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3491 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3497 dest_states_nl[i] = dest_states[i];
3570 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3572 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3371 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c3356 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3436 dest_states_nl = dest_states_word + ndests;
3470 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3472 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3478 dest_states_nl[i] = dest_states[i];
3551 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3553 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3352 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3312 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3386 dest_states_nl = dest_states_word + ndests;
3420 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3422 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3428 dest_states_nl[i] = dest_states[i];
3501 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3503 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3308 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local
/haiku-fatelf/src/bin/gawk/
H A Dregexec.c3098 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl;
3175 dest_states_nl = dest_states_word + ndests;
3225 dest_states_nl[i] = re_acquire_state_context (&err, dfa, &follows,
3227 if (BE (dest_states_nl[i] == NULL && err != REG_NOERROR, 0))
3233 dest_states_nl[i] = dest_states[i];
3278 trtable[NEWLINE_CHAR] = dest_states_nl[k];
3094 re_dfastate_t **dest_states = NULL, **dest_states_word, **dest_states_nl; local

Completed in 172 milliseconds