Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/sed/
Dextern.h54 char *strregerror(int, regex_t *);
Dmisc.c86 strregerror(int errcode, regex_t *preg) in strregerror() function
Dprocess.c527 err(FATAL, "RE error: %s", strregerror(eval, defpreg)); in regexec_e()
Dcompile.c426 err(COMPILE, "RE error: %s", strregerror(eval, *repp)); in compile_re()