Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dregexec.c23 static reg_errcode_t match_ctx_init (re_match_context_t *cache, int eflags,
681 err = match_ctx_init (&mctx, eflags, dfa->nbackref * 2); in re_search_internal()
4130 match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) in match_ctx_init() function