Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/nvi/common/
Dscreen.c86 if (orig->subre != NULL && (sp->subre =
87 v_strdup(sp, orig->subre, orig->subre_len)) == NULL)
185 if (sp->subre != NULL)
186 free(sp->subre);
Dscreen.h125 char *subre; /* Substitute RE: uncompiled form. */ member
/freebsd-9-stable/contrib/nvi/ex/
Dex_subst.c159 &sp->subre, &sp->subre_len, &sp->subre_c, RE_C_SUBST))
261 if (sp->subre == NULL) {
266 sp->subre, sp->subre_len, NULL, NULL, &sp->subre_c, RE_C_SUBST))