Searched refs:b_p_tfu (Results 1 – 5 of 5) sorted by relevance
1315 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()
277 check_string_option(&buf->b_p_tfu); in check_buf_options()
2880 char_u *b_p_tfu; // 'tagfunc' member
5455 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()
2346 clear_string_option(&buf->b_p_tfu); in free_buf_options()