Home
last modified time | relevance | path

Searched defs:compl_S (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c103 struct compl_S struct
105 compl_T *cp_next;
106 compl_T *cp_prev;
107 char_u *cp_str; // matched text
108 char_u *(cp_text[CPT_COUNT]); // text for the menu
110 typval_T cp_user_data;
112 char_u *cp_fname; // file containing the match, allocated when
114 int cp_flags; // CP_ values
115 int cp_number; // sequence number
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c145 struct compl_S { struct
146 compl_T *cp_next;
147 compl_T *cp_prev;
148 char_u *cp_str; // matched text
149 char_u *(cp_text[CPT_COUNT]); // text for the menu
150 typval_T cp_user_data;
151 char_u *cp_fname; // file containing the match, allocated when
153 int cp_flags; // CP_ values
154 int cp_number; // sequence number