Searched refs:p_cot (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | popupmenu.c | 793 && 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 D | insexpand.c | 875 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 D | optionstr.c | 1886 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 D | option.h | 504 EXTERN char_u *p_cot; // 'completeopt' variable
|
| H A D | optiondefs.h | 697 (char_u *)&p_cot, PV_NONE,
|