Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro10 int latin_char2bytes(int c, char_u *buf);
/vim-8.2.3635/src/
H A Dmbyte.c624 mb_char2bytes = latin_char2bytes; in mb_init()
1050 latin_char2bytes(int c, char_u *buf) in latin_char2bytes() function
H A Dglobals.h1044 EXTERN int (*mb_char2bytes)(int c, char_u *buf) INIT(= latin_char2bytes);