Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dscreen.c80 if (orig->subre != NULL && (sp->subre = in screen_init()
81 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
174 free(sp->subre); in screen_end()
H A Dscreen.h130 CHAR_T *subre; /* Substitute RE: uncompiled form. */ member
/freebsd/contrib/nvi/ex/
H A Dex_subst.c154 if (re_compile(sp, ptrn, t - ptrn, &sp->subre, in ex_s()
253 if (sp->subre == NULL) { in ex_subagain()
258 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()