Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Doptionstr.c578 check_stl_option(char_u *s) in check_stl_option() function
1607 if (vim_strchr(*varp, '%') && check_stl_option(*varp) == NULL) in did_set_string_option()
1819 if (wid && *s == '(' && (errmsg = check_stl_option(p_ruf)) == NULL) in did_set_string_option()
1822 errmsg = check_stl_option(p_ruf); in did_set_string_option()
1826 errmsg = check_stl_option(s); in did_set_string_option()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c2773 if (vim_strchr(*varp, '%') && check_stl_option(*varp) == NULL) { in did_set_string_option()
2882 if (wid && *s == '(' && (errmsg = check_stl_option(p_ruf)) == NULL) { in did_set_string_option()
2885 errmsg = check_stl_option(p_ruf); in did_set_string_option()
2889 errmsg = check_stl_option(s); in did_set_string_option()
3660 char *check_stl_option(char_u *s) in check_stl_option() function