Home
last modified time | relevance | path

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

/minix/external/bsd/nvi/dist/common/
H A Dscreen.c94 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
96 sp->subre_len = orig->subre_len; in screen_init()
H A Dscreen.h202 size_t subre_len; /* Substitute RE: uncompiled length). */ member
/minix/external/bsd/nvi/dist/ex/
H A Dex_subst.c165 &sp->subre_len, &sp->subre_c, SEARCH_CSUBST | SEARCH_MSG)) in ex_s()
270 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()