Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Dscreen.h109 #define RE_WSTART L("[[:<:]]") /* Ex/vi: not-in-word search pattern. */ macro
111 #define RE_WSTART_LEN (SIZE(RE_WSTART) - 1)
/freebsd/contrib/nvi/vi/
H A Dv_search.c354 MEMCPY(p, RE_WSTART, RE_WSTART_LEN); in v_searchw()
/freebsd/contrib/nvi/ex/
H A Dex_subst.c1093 RE_WSTART, RE_WSTART_LEN); in re_conv()