Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddimm.idl69 LPSTR lpReading;
70 LPSTR lpWord;
314 …HRESULT EnumRegisterWordA([in] HKL hKL, [in] LPSTR szReading, [in] DWORD dwStyle, [in] LPSTR szReg…
337 …HRESULT GetIMEFileNameA([in] HKL hKL, [in] UINT uBufLen, [out] LPSTR szFileName, [out] UINT *puCop…
345 HRESULT InstallIMEA([in] LPSTR szIMEFileName, [in] LPSTR szLayoutText, [out] HKL *phKL);
351 …HRESULT RegisterWordA([in] HKL hKL, [in] LPSTR szReading, [in] DWORD dwStyle, [in] LPSTR szRegiste…
364 …HRESULT UnregisterWordA([in] HKL hKL, [in] LPSTR szReading, [in] DWORD dwStyle, [in] LPSTR szUnreg…
397 …HRESULT EnumRegisterWordA([in] HKL hKL, [in] LPSTR szReading, [in] DWORD dwStyle, [in] LPSTR szReg…
428 HRESULT InstallIMEA([in] LPSTR szIMEFileName, [in] LPSTR szLayoutText, [out] HKL *phKL);
434 …HRESULT RegisterWordA([in] HKL hKL, [in] LPSTR szReading, [in] DWORD dwStyle, [in] LPSTR szRegiste…
[all …]
H A Dwinclip.c40 typedef int LPSTR; typedef
166 LPSTR *out, int *outlen, in WideCharToMultiByte_alloc()
482 LPSTR lpszMemRaw; in clip_mch_set_selection()
485 hMemRaw = (LPSTR)GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE, in clip_mch_set_selection()
487 lpszMemRaw = (LPSTR)GlobalLock(hMemRaw); in clip_mch_set_selection()
521 (LPSTR)str, metadata.txtlen, 0, 0); in clip_mch_set_selection()
525 hMemW = (LPSTR)GlobalAlloc(GMEM_MOVEABLE | GMEM_DDESHARE, in clip_mch_set_selection()
542 LPSTR lpszMem = (LPSTR)GlobalLock(hMem); in clip_mch_set_selection()
696 (LPSTR *)&enc_str, &length, 0, 0); in utf16_to_enc()
773 (LPSTR *)out, outlen, 0, 0); in enc_to_acp()
H A Dgui_w32.c263 typedef int LPSTR; typedef
743 (LPSTR)string, slen, 0, NULL); in char_to_string()
752 (LPSTR)string, slen, 0, NULL); in char_to_string()
2573 tie.pszText = (LPSTR)NameBuff; in gui_mch_update_tabline()
4048 LPSTR lpszText;
4055 LPSTR lpszText;
4109 LPSTR lpszText;
6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1)
7425 LPSTR lpAnsiIn, in nCopyAnsiToWideChar()
7773 ? (LPSTR)title in gui_mch_tearoff()
[all …]
H A Dos_mswin.c102 typedef int LPSTR; typedef
244 CharUpperBuff((LPSTR)toupper_tab, 256); in mch_early_init()
245 CharLowerBuff((LPSTR)tolower_tab, 256); in mch_early_init()
797 (LPSTR)fname, in mch_icon_load_cb()
849 retval_int = ((MYSTRPROCINT)ProcAdd)((LPSTR)argstring); in mch_libcall()
851 retval_str = (char_u *)(ProcAdd)((LPSTR)argstring); in mch_libcall()
H A Ddosinst.h157 (LPSTR)widename, 2 * BUFSIZE, NULL, NULL); in searchpath()
H A Dos_win32.c121 typedef int LPSTR; typedef
7611 (LPSTR *)&argv[i], &len, 0, 0); in get_cmd_argsW()
8366 NULL, GetLastError(), 0, (LPSTR)&msg, 0, NULL); in GetWin32Error()
H A Dbufwrite.c371 (LPSTR)to, (int)(ip->bw_conv_buflen - fromlen), 0, in buf_write_bytes()
H A Dfileio.c1713 (LPSTR)dst, (int)(src - dst), in readfile()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro5 void WideCharToMultiByte_alloc(UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen…
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.h162 LPSTR pszName,
H A Dgvimext.cpp815 LPSTR pszName, in GetCommandString()
879 (LPSTR)widename, 2 * BUFSIZE, NULL, NULL); in searchpath()