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

/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.c87 if (orig->subre != NULL && (sp->subre =
88 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL)
183 if (sp->subre != NULL)
184 free(sp->subre);
H A Dscreen.h132 CHAR_T *subre; /* Substitute RE: uncompiled form. */ member in struct:_scr
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_subst.c157 if (re_compile(sp, ptrn, t - ptrn, &sp->subre,
258 if (sp->subre == NULL) {
263 re_compile(sp, sp->subre, sp->subre_len,

Completed in 103 milliseconds