Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
HDscreen.c81 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
83 sp->subre_len = orig->subre_len; in screen_init()
HDscreen.h131 size_t subre_len; /* Substitute RE: uncompiled length). */ member
/dragonfly/contrib/nvi2/ex/
HDex_subst.c154 &sp->subre_len, &sp->subre_c, RE_C_SUBST)) in ex_s()
257 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()