Home
last modified time | relevance | path

Searched refs:timer (Results 1 – 25 of 45) sorted by relevance

12

/vim-8.2.3635/src/
H A Dtime.c433 timer->tr_prev->tr_next = timer->tr_next; in remove_timer()
435 timer->tr_next->tr_prev = timer->tr_prev; in remove_timer()
467 return timer; in create_timer()
509 for (timer = first_timer; timer != NULL && !got_int; timer = timer_next) in check_due_timer()
513 if (timer->tr_id == -1 || timer->tr_firing || timer->tr_paused) in check_due_timer()
576 if (timer->tr_repeat != 0 && timer->tr_id != -1 in check_due_timer()
579 profile_setlimit(timer->tr_interval, &timer->tr_due); in check_due_timer()
643 return timer; in find_timer()
671 for (timer = first_timer; timer != NULL; timer = timer_next) in stop_all_timers()
699 (long)(timer->tr_repeat < 0 ? -1 : timer->tr_repeat + 1)); in add_timer_info()
[all …]
H A Dgui_x11.c1020 static XtIntervalId timer = (XtIntervalId)0; in gui_x11_mouse_cb() local
1062 XtRemoveTimeOut(timer); in gui_x11_mouse_cb()
1066 timer = XtAppAddTimeOut(app_context, (long_u)p_mouset, in gui_x11_mouse_cb()
2637 XtIntervalId timer = (XtIntervalId)0; in gui_mch_wait_for_chars() local
2646 timer = XtAppAddTimeOut(app_context, in gui_mch_wait_for_chars()
2700 if (timer != (XtIntervalId)0 && !timed_out) in gui_mch_wait_for_chars()
2701 XtRemoveTimeOut(timer); in gui_mch_wait_for_chars()
H A Dgui_athena.c49 static XtIntervalId timer = 0; // 0 = expired, otherwise active variable
1595 timer = 0; in gui_athena_menu_timeout()
1724 if (timer) in gui_athena_delayed_arm_action()
1727 XtRemoveTimeOut(timer); in gui_athena_delayed_arm_action()
H A Dgui_gtk_x11.c749 timeout_remove(guint timer) in timeout_remove() argument
751 g_source_remove(timer); in timeout_remove()
6252 guint timer; in gui_mch_wait_for_chars() local
6264 timer = timeout_add(wtime == 0 ? 1L : wtime, in gui_mch_wait_for_chars()
6267 timer = 0; in gui_mch_wait_for_chars()
6324 if (timer != 0 && !timed_out) in gui_mch_wait_for_chars()
6325 timeout_remove(timer); in gui_mch_wait_for_chars()
H A DREADME.md92 time.c | time and timer functions
H A Dgui_motif.c204 static XtIntervalId timer = (XtIntervalId)0; in tabline_menu_cb() local
217 XtRemoveTimeOut(timer); in tabline_menu_cb()
231 timer = XtAppAddTimeOut(app_context, (long_u)p_mouset, in tabline_menu_cb()
/vim-8.2.3635/src/testdir/
H A Dtest_timers.vim10 func MyHandler(timer) argument
60 call timer_stop(timer)
167 func StopMyself(timer) argument
182 func StopTimer1(timer) argument
189 func StopTimer2(timer) argument
209 func StopTimerAll(timer) argument
229 func FeedkeysCb(timer) argument
233 func InputCb(timer) argument
285 func FeedAndPeek(timer) argument
290 func Interrupt(timer) argument
[all …]
H A Dtest_lambda.vim33 " check timer works
44 " check timer still works
H A Dtest_mapping.vim266 func ExitInsert(timer) argument
271 let timer = timer_start(300, 'ExitInsert')
286 call timer_stop(timer)
294 " Confirm the timer invoked in exit_cb of the job doesn't disturb mapped key
303 let g:timer = timer_start(1, {-> feedkeys("3\<Esc>", 't')})
314 call WaitFor({-> exists('g:timer')})
315 call timer_stop(g:timer)
316 unlet g:timer
H A Dtest_writefile.vim111 func SetFlag(timer) argument
125 " timer will not run if "exiting" is still set
145 " timer will not run if "exiting" is still set
H A Dtest_ex_mode.vim190 " This will get stuck in Normal mode after the failed "J", use a timer to
H A Dshared.vim224 func s:feedkeys(timer) argument
/vim-8.2.3635/src/proto/
H A Dtime.pro13 void stop_timer(timer_T *timer);
/vim-8.2.3635/runtime/syntax/
H A D8th.vim159 …tin dstzones? d:dstzones? dusk d:dusk elapsed-timer d:elapsed-timer elapsed-timer-seconds d:elaps…
169 Builtin shavuot d:shavuot start-timer d:start-timer sunrise d:sunrise taanit-esther d:taanit-esther
170 Builtin ticks d:ticks ticks/sec d:ticks/sec timer d:timer timer-ctrl d:timer-ctrl tisha-beav d:tis…
H A Dbtm.vim115 syn keyword btmBuiltInFunc contained time timer trim truename
178 syn keyword btmCommand time timer touch tree truename
H A Dgkrellmrc.vim44 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
H A Dgp.vim33 syntax keyword gpInterfaceKey TeXstyle timer
H A Dverilogams.vim49 syn keyword verilogamsStatement table tan tanh task timer tran tranif0
H A Delinks.vim94 syn keyword elinksPrefix ui dialogs leds sessions tabs timer
H A Dsdl.vim23 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
H A Dibasic.vim45 syn keyword ibasicStatement swap system timer troff tron type unlock
H A Dlilo.vim67 syn keyword liloOption bmp-table bmp-timer nextgroup=liloEqDecNumberPList,liloEqDecNumberPListComme…
H A Dlsl.vim150 \ sensor state_entry state_exit timer touch touch_end touch_start not_at_target
H A Dbasic.vim70 syn keyword basicStatement SYSTEM system System TIMER timer Timer
/vim-8.2.3635/runtime/doc/
H A Dif_lua.txt403 vim.fn.timer_start(1000, function(timer)
404 print('timer callback')

12