Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dscreen.c81 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
83 sp->subre_len = orig->subre_len; in screen_init()
H A Dscreen.h131 size_t subre_len; /* Substitute RE: uncompiled length). */ member
/freebsd/contrib/nvi/ex/
H A Dex_subst.c155 &sp->subre_len, &sp->subre_c, RE_C_SUBST)) in ex_s()
258 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()