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

/macosx-10.10.1/vim-55/src/proto/
H A Dmbyte.pro8 int latin_char2bytes __ARGS((int c, char_u *buf));
/macosx-10.10.1/vim-55/src/
H A Dglobals.h837 EXTERN int (*mb_char2bytes) __ARGS((int c, char_u *buf)) INIT(= latin_char2bytes);
H A Dmbyte.c658 mb_char2bytes = latin_char2bytes;
1067 latin_char2bytes(c, buf) function

Completed in 93 milliseconds