Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c265 typedef int LPWORD; typedef
4166 static LPWORD lpwAlign(LPWORD);
4167 static int nCopyAnsiToWideChar(LPWORD, LPSTR, BOOL);
7402 static LPWORD
7404 LPWORD lpIn) in lpwAlign()
7412 return (LPWORD)ul; in lpwAlign()
7424 LPWORD lpWCStr, in nCopyAnsiToWideChar()
H A Dos_win32.c6179 LPWORD oldattrs = ALLOC_MULT(WORD, Rows * Columns); in visual_bell()