Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dtag.h103 #define TAG_CSCOPE 0x01 /* Cscope tag. */ macro
H A Dex_tag.c159 if (F_ISSET(tqp, TAG_CSCOPE)) in ex_tag_next()
199 if (F_ISSET(tqp, TAG_CSCOPE)) in ex_tag_prev()
H A Dex_cscope.c661 F_SET(tqp, TAG_CSCOPE); in create_cs_cmd()