Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c4916 iconvctl = (void *)GetProcAddress(hIconvDLL, "libiconvctl"); in iconv_enabled()
4921 || iconvctl == NULL || iconv_errno == NULL) in iconv_enabled()
H A Dglobals.h1057 EXTERN int (*iconvctl) (iconv_t cd, int request, void *argument); variable