Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c70 static int regexec_e(regex_t *, const char *, int, int, size_t);
281 return (regexec_e(a->u.r, ps, 0, 1, psl)); in MATCH()
392 if (!regexec_e(re, s, 0, 0, psl)) in substitute()
425 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen)); in substitute()
438 if (!regexec_e(re, s, REG_NOTBOL, 0, slen)) in substitute()
658 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() function