Searched refs:subre_c (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/nvi/ex/ |
| HD | ex_subst.c | 82 return (s(sp, cmdp, p, &sp->subre_c, SUB_MUSTSETR)); in ex_s() 158 &sp->subre_len, &sp->subre_c, RE_C_SUBST)) in ex_s() 264 NULL, NULL, &sp->subre_c, RE_C_SUBST)) in ex_subagain() 267 cmdp, cmdp->argc ? cmdp->argv[0]->bp : NULL, &sp->subre_c, 0)); in ex_subagain() 914 regfree(&sp->subre_c); in re_compile()
|
| /trueos/contrib/nvi/common/ |
| HD | screen.h | 131 regex_t subre_c; /* Substitute RE: compiled form. */ member
|
| HD | screen.c | 186 regfree(&sp->subre_c); in screen_end()
|
| HD | options_f.c | 230 regfree(&sp->subre_c); in f_recompile()
|