Home
last modified time | relevance | path

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

/openbsd/usr.bin/vi/common/
H A Dscreen.h115 #define SEARCH_TAG 0x0080 /* Search for a tag pattern. */ macro
H A Dsearch.c127 (LF_ISSET(SEARCH_TAG) ? RE_C_TAG : 0))) in search_init()
/openbsd/usr.bin/vi/ex/
H A Dex_tag.c895 search, slen, NULL, SEARCH_FILE | SEARCH_TAG)) { in ctag_search()
899 NULL, SEARCH_FILE | SEARCH_TAG)) in ctag_search()