Searched refs:subre_c (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_subst.c | 78 return (s(sp, cmdp, p, &sp->subre_c, SUB_MUSTSETR)); in ex_s() 155 &sp->subre_len, &sp->subre_c, RE_C_SUBST)) in ex_s() 259 NULL, NULL, &sp->subre_c, RE_C_SUBST)) in ex_subagain() 262 cmdp, cmdp->argc ? cmdp->argv[0]->bp : NULL, &sp->subre_c, 0)); in ex_subagain() 910 regfree(&sp->subre_c); in re_compile()
|
/freebsd/contrib/nvi/common/ |
H A D | screen.h | 129 regex_t subre_c; /* Substitute RE: compiled form. */ member
|
H A D | screen.c | 176 regfree(&sp->subre_c); in screen_end()
|
H A D | options_f.c | 194 regfree(&sp->subre_c); in f_recompile()
|