Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dprocess.c71 static int regexec_e(regex_t *, const char *, int, int, size_t,
287 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, 0, psl) : \
399 if (!regexec_e(re, ps, 0, 0, 0, psl)) in substitute()
450 regexec_e(re, ps, REG_NOTBOL, 0, le, psl)); in substitute()
661 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() function