Home
last modified time | relevance | path

Searched refs:SEARCH_CSCOPE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Dscreen.h177 #define SEARCH_CSCOPE 0x000001 /* Search for a cscope pattern. */ macro
H A Dsearch.c131 SEARCH_CSEARCH | LF_ISSET(SEARCH_CSCOPE | SEARCH_EXTEND | in search_init()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_subst.c909 if (!LF_ISSET(SEARCH_NOOPT | SEARCH_CSCOPE | SEARCH_TAG)) { in re_compile()
942 if (LF_ISSET(SEARCH_CSCOPE)) { in re_compile()
H A Dex_cscope.c979 tp->search, tp->slen, NULL, SEARCH_CSCOPE | SEARCH_FIRST)) { in cscope_search()