Home
last modified time | relevance | path

Searched refs:CP_FREE_FNAME (Results 1 – 3 of 3) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.h18 CP_FREE_FNAME = 2, // cp_fname is allocated enumerator
H A Dedit.c2408 flags |= CP_FREE_FNAME; in ins_compl_add()
3155 if (match->cp_flags & CP_FREE_FNAME) { in ins_compl_free()
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c120 # define CP_FREE_FNAME 2 // cp_fname is allocated macro
658 flags |= CP_FREE_FNAME; in ins_compl_add()
1483 if (match->cp_flags & CP_FREE_FNAME) in ins_compl_free()