Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c4210 static BOOL (WINAPI *pImmGetOpenStatus)(HIMC);
4224 # define pImmGetOpenStatus ImmGetOpenStatus macro
5671 if (pImmGetOpenStatus(hImc)) in _OnImeNotify()
5940 status = pImmGetOpenStatus(hImc) ? 1 : 0; in im_get_status()
8217 pImmGetOpenStatus in dyn_imm_load()
8237 || pImmGetOpenStatus == NULL in dyn_imm_load()