Home
last modified time | relevance | path

Searched refs:p_fcl (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption_defs.h438 EXTERN char_u *p_fcl; // 'foldclose' variable
H A Dfold.c513 if (*p_fcl != NUL) { // can only be "all" right now in foldCheckClose()
H A Doption.c3041 } else if (varp == &p_fcl) { // 'foldclose' in did_set_string_option()
3042 if (check_opt_strings(p_fcl, p_fcl_values, true) != OK) { in did_set_string_option()
/dports/editors/vim/vim-8.2.3745/src/
H A Doptionstr.c2061 else if (varp == &p_fcl) in did_set_string_option()
2063 if (check_opt_strings(p_fcl, p_fcl_values, TRUE) != OK) in did_set_string_option()
H A Doption.h572 EXTERN char_u *p_fcl; // 'foldclose' variable
H A Dfold.c518 if (*p_fcl != NUL) // can only be "all" right now in foldCheckClose()
H A Doptiondefs.h982 (char_u *)&p_fcl, PV_NONE,