Lines Matching refs:func
10 func MyHandler(timer)
14 func MyHandlerWithLists(lists, timer)
18 func Test_timer_oneshot()
37 func Test_timer_repeat_three()
55 func Test_timer_repeat_many()
69 func Test_timer_with_partial_callback()
92 func Test_timer_retain_partial()
98 func Test_timer_info()
122 func Test_timer_stopall()
133 func Test_timer_paused()
167 func StopMyself(timer)
174 func Test_timer_delete_myself()
182 func StopTimer1(timer)
189 func StopTimer2(timer)
193 func Test_timer_stop_in_callback()
209 func StopTimerAll(timer)
213 func Test_timer_stop_all_in_callback()
229 func FeedkeysCb(timer)
233 func InputCb(timer)
239 func Test_timer_input_in_timer()
246 func FuncWithError(timer)
254 func Test_timer_errors()
267 func FuncWithCaughtError(timer)
276 func Test_timer_catch_error()
285 func FeedAndPeek(timer)
290 func Interrupt(timer)
294 func Test_timer_peek_and_get_char()
305 func Test_timer_getchar_zero()
323 func Test_timer_ex_mode()
325 func Foo(...)
334 func Test_timer_restore_count()
339 \ 'func Doit(id)',
365 func Test_timer_nocatch_garbage_collect()
370 func CauseAnError(id)
374 func FeedChar(id)
387 func Test_timer_error_in_timer_callback()
393 func Func(timer)
423 func Test_timer_garbage_collect()
431 func Test_timer_invalid_callback()
435 func Test_timer_changing_function_list()
441 for func in map(range(1,99), "'Func' .. v:val")
442 exe "func " .. func .. "()"
459 func Test_timer_outputting_message()