Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dtag.h45 #define TAGF_ERR 0x01 /* Error occurred. */ macro
H A Dex_tag.c994 F_SET(tfp, TAGF_ERR); in ctag_slist()
996 F_CLR(tfp, TAGF_ERR | TAGF_ERR_WARN); in ctag_slist()
1003 if (F_ISSET(tfp, TAGF_ERR) && in ctag_slist()