| /vim-8.2.3635/src/ |
| H A D | time.c | 433 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 D | gui_x11.c | 1020 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 D | gui_athena.c | 49 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 D | gui_gtk_x11.c | 749 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 D | README.md | 92 time.c | time and timer functions
|
| H A D | gui_motif.c | 204 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 D | test_timers.vim | 10 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 D | test_lambda.vim | 33 " check timer works 44 " check timer still works
|
| H A D | test_mapping.vim | 266 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 D | test_writefile.vim | 111 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 D | test_ex_mode.vim | 190 " This will get stuck in Normal mode after the failed "J", use a timer to
|
| H A D | shared.vim | 224 func s:feedkeys(timer) argument
|
| /vim-8.2.3635/src/proto/ |
| H A D | time.pro | 13 void stop_timer(timer_T *timer);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | 8th.vim | 159 …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 D | btm.vim | 115 syn keyword btmBuiltInFunc contained time timer trim truename 178 syn keyword btmCommand time timer touch tree truename
|
| H A D | gkrellmrc.vim | 44 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
|
| H A D | gp.vim | 33 syntax keyword gpInterfaceKey TeXstyle timer
|
| H A D | verilogams.vim | 49 syn keyword verilogamsStatement table tan tanh task timer tran tranif0
|
| H A D | elinks.vim | 94 syn keyword elinksPrefix ui dialogs leds sessions tabs timer
|
| H A D | sdl.vim | 23 syn keyword sdlStatement synonym dcl signal gate timer signallist signalset
|
| H A D | ibasic.vim | 45 syn keyword ibasicStatement swap system timer troff tron type unlock
|
| H A D | lilo.vim | 67 syn keyword liloOption bmp-table bmp-timer nextgroup=liloEqDecNumberPList,liloEqDecNumberPListComme…
|
| H A D | lsl.vim | 150 \ sensor state_entry state_exit timer touch touch_end touch_start not_at_target
|
| H A D | basic.vim | 70 syn keyword basicStatement SYSTEM system System TIMER timer Timer
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | if_lua.txt | 403 vim.fn.timer_start(1000, function(timer) 404 print('timer callback')
|