Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/libvterm/src/
H A Dunicode.c75 #if !defined(WCWIDTH_FUNCTION) || !defined(IS_COMBINING_FUNCTION)
417 #ifdef WCWIDTH_FUNCTION
419 int WCWIDTH_FUNCTION(uint32_t ucs);
421 # define WCWIDTH_FUNCTION mk_wcwidth macro
604 return WCWIDTH_FUNCTION(codepoint); in vterm_unicode_width()