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

/freebsd-11.0-release/contrib/nvi/common/
H A Dsearch.c91 sp->re, sp->re_len, NULL, NULL, &sp->re_c,
127 if (re_compile(sp, ptrn, plen, &sp->re, &sp->re_len, &sp->re_c,
247 eval = regexec(&sp->re_c, l, 1, match,
253 re_error(sp, eval, &sp->re_c);
386 eval = regexec(&sp->re_c, l, 1, match,
392 re_error(sp, eval, &sp->re_c);
421 eval = regexec(&sp->re_c, l, 1, match,
428 re_error(sp, eval, &sp->re_c);
H A Dscreen.h128 regex_t re_c; /* Search RE: compiled form. */ member in struct:_scr
H A Doptions_f.c226 regfree(&sp->re_c);
H A Dscreen.c182 regfree(&sp->re_c);
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_global.c137 NULL, NULL, &sp->re_c, RE_C_SEARCH))
142 &sp->re_len, &sp->re_c, RE_C_SEARCH))
151 re = &sp->re_c;
215 regexec(&sp->re_c, dbp, 0, match, REG_STARTEND)) {
225 re_error(sp, eval, &sp->re_c);
H A Dex_subst.c143 NULL, NULL, &sp->re_c, RE_C_SEARCH))
155 &sp->re_len, &sp->re_c, RE_C_SEARCH))
164 re = &sp->re_c;
286 sp->re_len, NULL, NULL, &sp->re_c, RE_C_SEARCH))
289 cmdp, cmdp->argc ? cmdp->argv[0]->bp : NULL, &sp->re_c, 0));
463 re = &sp->re_c;
910 regfree(&sp->re_c);

Completed in 115 milliseconds