Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmbyte.pro21 int latin_off2cells(unsigned off, unsigned max_off);
/vim-8.2.3635/src/
H A Dmbyte.c628 mb_off2cells = latin_off2cells; in mb_init()
1733 latin_off2cells(unsigned off UNUSED, unsigned max_off UNUSED) in latin_off2cells() function
H A Dglobals.h1048 EXTERN int (*mb_off2cells)(unsigned off, unsigned max_off) INIT(= latin_off2cells);