Searched refs:gui_ph_timer_timeout (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_photon.c60 static PtWidget_t *gui_ph_timer_timeout; /* used in gui_mch_wait_for_chars */ variable
1225 gui_ph_timer_timeout = PtCreateWidget( PtTimer, gui.vimWindow, 0, NULL );
1226 if( gui_ph_timer_timeout == NULL )
1231 PtAddCallback( gui_ph_timer_timeout, Pt_CB_TIMER_ACTIVATE,
1360 PtSetResource( gui_ph_timer_timeout, Pt_ARG_TIMER_INITIAL, wtime, 0 );
1367 PtSetResource( gui_ph_timer_timeout, Pt_ARG_TIMER_INITIAL, 0, 0 );

Completed in 121 milliseconds