Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c167 LPCSTR def, LPBOOL useddef) in WideCharToMultiByte_alloc() argument
169 *outlen = WideCharToMultiByte(cp, flags, in, inlen, NULL, 0, def, useddef); in WideCharToMultiByte_alloc()
174 WideCharToMultiByte(cp, flags, in, inlen, *out, *outlen, def, useddef); in WideCharToMultiByte_alloc()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro5 …(UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen, LPCSTR def, LPBOOL useddef);