Searched refs:TIMER_FUNC (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | evalfunc.c | 1074 # define TIMER_FUNC(name) name macro 1076 # define TIMER_FUNC(name) NULL macro 2201 ret_list_dict_any, TIMER_FUNC(f_timer_info)}, 2203 ret_void, TIMER_FUNC(f_timer_pause)}, 2205 ret_number, TIMER_FUNC(f_timer_start)}, 2207 ret_void, TIMER_FUNC(f_timer_stop)}, 2209 ret_void, TIMER_FUNC(f_timer_stopall)},
|