Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dutil.c210 int util_pcre_match(char *re, char *subject, int subject_len, char **optret_capture, int *optret_ca… in util_pcre_match() argument
216 …cre = pcre_compile((const char*)re, (optret_capture ? 0 : PCRE_NO_AUTO_CAPTURE) | PCRE_CASELESS, &… in util_pcre_match()
220 if (optret_capture) { in util_pcre_match()
222 *optret_capture = subject + ovector[0]; in util_pcre_match()
225 *optret_capture = NULL; in util_pcre_match()
H A Dmle.h566 int util_pcre_match(char *re, char *subject, int subject_len, char **optret_capture, int *optret_ca…