Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregexec.c58 static int check_halt_state_context (const re_match_context_t *mctx,
857 mctx.last_node = check_halt_state_context (&mctx, pstate,
1010 halt_node = check_halt_state_context (mctx,
1141 || check_halt_state_context (mctx, cur_state, cur_str_idx)) in check_matching()
1202 || check_halt_state_context (mctx, cur_state, in check_matching()
1246 check_halt_state_context (const re_match_context_t *mctx, in check_halt_state_context() function