Home
last modified time | relevance | path

Searched refs:EXPAND_SIGN (Results 1 – 9 of 9) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h146 EXPAND_SIGN, enumerator
H A Dsign.c1732 xp->xp_context = EXPAND_SIGN; in set_context_in_sign_cmd()
H A Dex_getln.c5050 { EXPAND_SIGN, get_sign_name, true, true }, in ExpandFromContext()
H A Dex_docmd.c5302 [EXPAND_SIGN] = "sign",
/dports/editors/vim/vim-8.2.3745/src/
H A Dcmdexpand.c2147 {EXPAND_SIGN, get_sign_name, TRUE, TRUE}, in ExpandFromContext()
2955 if (xpc.xp_context == EXPAND_SIGN) in f_getcompletion()
H A Dusercmd.c87 {EXPAND_SIGN, "sign"},
H A Dvim.h788 #define EXPAND_SIGN 34 macro
H A Dsign.c2113 xp->xp_context = EXPAND_SIGN; in set_context_in_sign_cmd()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c3417 if (xpc.xp_context == EXPAND_SIGN) { in f_getcompletion()