Searched defs:regexec_e (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c68 static int regexec_e(regex_t *, const char *, int, int, size_t);
275 ((a)->type == AT_RE ? regexec_e((a)->u.r, ps, 0, 1, psl) : \
378 if (!regexec_e(re, s, 0, 0, psl))
411 } while (slen >= 0 && regexec_e(re, s, REG_NOTBOL, 0, slen));
424 if (!regexec_e(re, s, REG_NOTBOL, 0, slen))
644 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, function

Completed in 68 milliseconds