Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/vi/
H A Dv_search.c347 len = VIP(sp)->klen + MAX(RE_WSTART_LEN, 1) in v_searchw()
354 MEMCPY(p, RE_WSTART, RE_WSTART_LEN); in v_searchw()
355 p += RE_WSTART_LEN; in v_searchw()
/freebsd/contrib/nvi/common/
H A Dscreen.h111 #define RE_WSTART_LEN (SIZE(RE_WSTART) - 1) macro
/freebsd/contrib/nvi/ex/
H A Dex_subst.c1031 needlen += RE_WSTART_LEN + 1; in re_conv()
1093 RE_WSTART, RE_WSTART_LEN); in re_conv()
1094 t += RE_WSTART_LEN; in re_conv()