Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/nvi/common/
HDscreen.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()
HDscreen.h130 CHAR_T *subre; /* Substitute RE: uncompiled form. */ member
/freebsd-14-stable/contrib/nvi/ex/
HDex_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()