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

/freebsd-current/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))
452 regexec_e(re, ps, REG_NOTBOL, 0, le, psl));
663 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, function

Completed in 108 milliseconds