Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doptionstr.c117 (void)opt_strings_flags(p_tc, p_tc_values, &tc_flags, FALSE); in didset_string_options()
1998 flags = &tc_flags; in did_set_string_option()
H A Doption.h956 EXTERN unsigned tc_flags; // flags from 'tagcase' variable
H A Dtag.c1672 switch (curbuf->b_tc_flags ? curbuf->b_tc_flags : tc_flags) in find_tags()