Searched refs:subre (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/nvi/common/ |
| D | screen.c | 86 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);
|
| D | screen.h | 125 char *subre; /* Substitute RE: uncompiled form. */ member
|
| /freebsd-9-stable/contrib/nvi/ex/ |
| D | ex_subst.c | 159 &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))
|