Home
last modified time | relevance | path

Searched refs:option_set_callback_func (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro81 int option_set_callback_func(char_u *optval, callback_T *optcb);
/vim-8.2.3635/src/
H A Dops.c3318 return option_set_callback_func(p_opfunc, &opfunc_cb); in set_operatorfunc_option()
H A Doption.c7200 option_set_callback_func(char_u *optval UNUSED, callback_T *optcb UNUSED) in option_set_callback_func() function
H A Dquickfix.c4445 return option_set_callback_func(p_qftf, &qftf_cb); in qf_process_qftf_option()