Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c105 static int tfu_in_use = FALSE; // disallow recursive call of tagfunc variable
172 if (tfu_in_use) in do_tag()
1763 if (*curbuf->b_p_tfu != NUL && use_tfu && !tfu_in_use) in find_tags()
1765 tfu_in_use = TRUE; in find_tags()
1768 tfu_in_use = FALSE; in find_tags()
4279 if (tfu_in_use) in set_tagstack()