Searched refs:opfunc_cb (Results 1 – 1 of 1) sorted by relevance
3309 static callback_T opfunc_cb; variable3318 return option_set_callback_func(p_opfunc, &opfunc_cb); in set_operatorfunc_option()3326 free_callback(&opfunc_cb); in free_operatorfunc_option()3372 if (call_callback(&opfunc_cb, 0, &rettv, 1, argv) != FAIL) in op_function()