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

/macosx-10.10.1/nano-12/src/
H A Dutils.c304 if (regexec(&search_regexp, haystack, 1, regmatches,
309 while (regexec(&search_regexp, retval + 1, 1,
316 regexec(&search_regexp, retval, 10, regmatches, 0);
321 if (regexec(&search_regexp, start, 10, regmatches,
325 regexec(&search_regexp, retval, 10, regmatches, 0);
H A Dsearch.c50 rc = regcomp(&search_regexp, regexp, REG_EXTENDED
57 size_t len = regerror(rc, &search_regexp, NULL, 0);
60 regerror(rc, &search_regexp, str, len);
78 regfree(&search_regexp);
476 if (ISSET(USE_REGEXP) && regexp_bol_or_eol(&search_regexp,
536 if (ISSET(USE_REGEXP) && regexp_bol_or_eol(&search_regexp,
582 search_regexp.re_nsub) {
771 if (ISSET(USE_REGEXP) && regexp_bol_or_eol(&search_regexp,
H A Dproto.h136 extern regex_t search_regexp;
H A Dglobal.c202 regex_t search_regexp; variable

Completed in 132 milliseconds