Home
last modified time | relevance | path

Searched refs:reset_option_was_set (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro70 int reset_option_was_set(char_u *name);
/vim-8.2.3635/src/
H A Dtesting.c998 if (reset_option_was_set(name) == FAIL) in f_test_option_not_set()
H A Dterm.c2044 reset_option_was_set((char_u *)"ttym"); in set_termname()
5153 reset_option_was_set((char_u *)"bg"); in handle_osc()
H A Dhighlight.c957 reset_option_was_set((char_u *)"bg"); in highlight_set_ctermbg()
H A Doption.c6955 reset_option_was_set(char_u *name) in reset_option_was_set() function