Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupmenu.c793 && vim_strchr(p_cot, 'p') != NULL) in pum_set_selected()
805 if (strstr((char *)p_cot, "popuphidden") != NULL) in pum_set_selected()
807 else if (strstr((char *)p_cot, "popup") != NULL) in pum_set_selected()
H A Dinsexpand.c875 if (strstr((char *)p_cot, "noselect") != NULL) in completeopt_was_set()
877 if (strstr((char *)p_cot, "noinsert") != NULL) in completeopt_was_set()
925 if (vim_strchr(p_cot, 'm') == NULL) in pum_wanted()
960 if (strstr((char *)p_cot, "menuone") != NULL) in pum_enough_matches()
1907 compl_get_longest = (strstr((char *)p_cot, "longest") != NULL); in ins_compl_prep()
H A Doptionstr.c1886 else if (varp == &p_cot) in did_set_string_option()
1888 if (check_opt_strings(p_cot, p_cot_values, TRUE) != OK) in did_set_string_option()
H A Doption.h504 EXTERN char_u *p_cot; // 'completeopt' variable
H A Doptiondefs.h697 (char_u *)&p_cot, PV_NONE,