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

/macosx-10.10.1/vim-55/src/proto/
H A Dos_amiga.pro4 void mch_write __ARGS((char_u *p, int len));
H A Dos_msdos.pro6 void mch_write __ARGS((char_u *s, int len));
H A Dos_riscos.pro2 void mch_write __ARGS((char_u *s, int len));
H A Dos_win32.pro36 void mch_write __ARGS((char_u *s, int len));
H A Dos_unix.pro3 void mch_write __ARGS((char_u *s, int len));
/macosx-10.10.1/vim-55/src/
H A Dos_riscos.c78 mch_write(s, len) function
H A Dos_amiga.c108 mch_write(p, len) function
H A Dos_msdos.c115 * Use burst writes to improve mch_write speed - VJN 01/10/99
842 * mch_write(): write the output buffer to the screen
845 mch_write( function
H A Dos_unix.c343 mch_write(s, len) function
4734 mch_write((char_u *)IF_EB("\033[1'|", ESC_STR "[1'|"), 5);
H A Dos_win32.c3541 mch_write( function
3906 * mch_write(): write the output buffer to the screen, translating ESC
3910 mch_write( function
H A Dui.c51 mch_write(s, len);

Completed in 149 milliseconds