Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtag.c1315 if (*curbuf->b_p_tfu == NUL) in find_tagfunc_tags()
1344 result = call_vim_function(curbuf->b_p_tfu, 3, args, &rettv); in find_tagfunc_tags()
1763 if (*curbuf->b_p_tfu != NUL && use_tfu && !tfu_in_use) in find_tags()
H A Doptionstr.c277 check_string_option(&buf->b_p_tfu); in check_buf_options()
H A Dstructs.h2880 char_u *b_p_tfu; // 'tagfunc' member
H A Doption.c5455 case PV_TFU: return (char_u *)&(curbuf->b_p_tfu); in get_varp()
5957 buf->b_p_tfu = vim_strsave(p_tfu); in buf_copy_options()
H A Dbuffer.c2346 clear_string_option(&buf->b_p_tfu); in free_buf_options()