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

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro90 int convert_input __ARGS((char_u *ptr, int len, int maxlen));
/macosx-10.10.1/vim-55/src/
H A Dos_amiga.c177 len = convert_input(buf, len, maxlen);
H A Dos_msdos.c1119 len += convert_input(buf - 1, 1, maxlen - len + 1) - 1;
H A Dgui_x11.c835 len = convert_input(p, len, maxlen);
H A Dgui_gtk_x11.c966 /* Careful: convert_input() doesn't handle the NUL character.
969 len = convert_input(string2, len, sizeof(string2));
H A Dmbyte.c5804 convert_input(ptr, len, maxlen) function
5814 * Like convert_input(), but when there is an incomplete byte sequence at the
H A Dos_win32.c1505 n = convert_input(typeahead + typeaheadlen, n,

Completed in 129 milliseconds