Home
last modified time | relevance | path

Searched refs:pum_text (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dpopupmenu.c59 if (pum_array[i].pum_text != NULL) in pum_compute_size()
61 w = vim_strsize(pum_array[i].pum_text); in pum_compute_size()
474 case 1: p = pum_array[idx].pum_text; break; in pum_redraw()
1318 vim_free((*array)[line].pum_text); in split_message()
1331 (*array)[line].pum_text = p; in split_message()
1383 balloon_array[idx].pum_text = vim_strsave( in ui_post_balloon()
1428 else if (*pum_array[idx].pum_text != NUL) in pum_select_mouse_pos()
1500 array[idx++].pum_text = s; in pum_show_popupmenu()
1543 if (*array[pum_selected].pum_text != NUL) in pum_show_popupmenu()
1553 if (*array[pum_selected].pum_text != NUL) in pum_show_popupmenu()
[all …]
H A Dinsexpand.c1100 compl_match_array[i].pum_text = in ins_compl_show_pum()
1103 compl_match_array[i].pum_text = compl->cp_str; in ins_compl_show_pum()
1141 if (compl_match_array[i].pum_text == compl_shown_match->cp_str in ins_compl_show_pum()
1142 || compl_match_array[i].pum_text in ins_compl_show_pum()
H A Dstructs.h4084 char_u *pum_text; // main menu text member
H A Devalfunc.c2726 list_append_string(rettv->vval.v_list, array[i].pum_text, -1); in f_balloon_split()
2728 vim_free(array[--size].pum_text); in f_balloon_split()