Home
last modified time | relevance | path

Searched refs:DICT_EXACT (Results 1 – 2 of 2) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1171 #define DICT_EXACT (2) // "dict" is the exact name of a file macro
1249 if (flags == DICT_EXACT) in ins_compl_dictionaries()
1288 if (flags != DICT_EXACT) in ins_compl_dictionaries()
1319 if (flags != DICT_EXACT) in ins_compl_files()
2999 dict_f = DICT_EXACT; in ins_compl_get_exp()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2890 #define DICT_EXACT (2) // "dict" is the exact name of a file macro
2950 if (flags == DICT_EXACT) { in ins_compl_dictionaries()
2979 if (flags != DICT_EXACT) { in ins_compl_dictionaries()
3005 if (flags != DICT_EXACT) { in ins_compl_files()
4220 dict_f = DICT_EXACT; in ins_compl_get_exp()