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

/macosx-10.10.1/vim-55/src/proto/
H A Dos_win16.pro7 void mch_delay __ARGS((long msec, int ignoreinput));
H A Dos_amiga.pro8 void mch_delay __ARGS((long msec, int ignoreinput));
H A Dos_msdos.pro5 void mch_delay __ARGS((long msec, int ignoreinput));
H A Dos_riscos.pro6 void mch_delay __ARGS((long msec, int ignoreinput));
H A Dos_win32.pro37 void mch_delay __ARGS((long msec, int ignoreinput));
H A Dos_unix.pro8 void mch_delay __ARGS((long msec, int ignoreinput));
/macosx-10.10.1/vim-55/src/
H A Dos_win16.c363 mch_delay( function
H A Dos_riscos.c351 mch_delay(msec, ignoreinput) function
H A Dif_cscope.c2335 mch_delay(50L, FALSE); /* sleep 50 ms */
2370 mch_delay(50L, FALSE); /* sleep 50ms */
H A Dos_amiga.c212 mch_delay(msec, ignoreinput) function
H A Dos_unix.c214 static volatile int in_mch_delay = FALSE; /* sleeping in mch_delay() */
614 mch_delay(msec, ignoreinput) function
998 /* While in mch_delay() we go to cooked mode to allow a CTRL-C to
1195 mch_delay(wait_time, FALSE);
4630 mch_delay(10L, TRUE);
5592 mch_delay(10L, TRUE);
H A Dos_msdos.c820 mch_delay( function
H A Dui.c251 mch_delay(msec, ignoreinput);
H A Dos_win32.c4197 mch_delay( function

Completed in 117 milliseconds