Home
last modified time | relevance | path

Searched refs:RE_WSTOP (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/vi/vi/
H A Dv_search.c323 len = VIP(sp)->klen + sizeof(RE_WSTART) + sizeof(RE_WSTOP); in v_searchw()
325 len = snprintf(bp, blen, "%s%s%s", RE_WSTART, VIP(sp)->keyw, RE_WSTOP); in v_searchw()
/openbsd/usr.bin/vi/common/
H A Dscreen.h107 #define RE_WSTOP "[[:>:]]" macro