Home
last modified time | relevance | path

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

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.h126 LPCSTR pszWorkingDir,
127 LPCSTR pszCmd,
128 LPCSTR pszParam,
133 LPCSTR pszWorkingDir,
134 LPCSTR pszCmd,
135 LPCSTR pszParam,
H A Dgvimext.cpp791 LPCSTR /* pszWorkingDir */, in PushToWindow() argument
792 LPCSTR /* pszCmd */, in PushToWindow()
793 LPCSTR /* pszParam */, in PushToWindow()
873 MultiByteToWideChar(CP_ACP, 0, (LPCSTR)name, -1, in searchpath()
887 LPCSTR /* pszWorkingDir */, in InvokeSingleGvim() argument
888 LPCSTR /* pszCmd */, in InvokeSingleGvim()
889 LPCSTR /* pszParam */, in InvokeSingleGvim()
/vim-8.2.3635/src/
H A Dwinclip.c38 typedef int LPCSTR; typedef
146 LPCSTR in, int inlen, in MultiByteToWideChar_alloc()
167 LPCSTR def, LPBOOL useddef) in WideCharToMultiByte_alloc()
634 MultiByteToWideChar_alloc(enc_codepage, 0, (LPCSTR)str, *lenp, in enc_to_utf16()
743 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)str, str_size, in acp_to_enc()
H A Dos_mswin.c99 typedef int LPCSTR; typedef
845 ProcAdd = (MYSTRPROCSTR)GetProcAddress(hinstLib, (LPCSTR)funcname); in mch_libcall()
857 ProcAddI = (MYINTPROCSTR) GetProcAddress(hinstLib, (LPCSTR)funcname); in mch_libcall()
1097 SetWindowText(hDlg, (LPCSTR)szAppName); in PrintDlgProc()
1383 prt_dlg.hDC = CreateDC(NULL, (LPCSTR)p_pdev, NULL, NULL); in mch_print_init()
2309 SetWindowText(message_window, (LPCSTR)ok_name); in serverSetName()
H A Dsound.c344 LPCSTR clazz = "VimSound"; in sound_window()
H A Dbufwrite.c312 MB_ERR_INVALID_CHARS, (LPCSTR)from, (int)fromlen, in buf_write_bytes()
318 MB_ERR_INVALID_CHARS, (LPCSTR)from, (int)fromlen - 1, in buf_write_bytes()
331 (LPCSTR)from, (int)(fromlen - ip->bw_restlen), in buf_write_bytes()
H A Dgui_w32.c260 typedef int LPCSTR; typedef
2308 GetTextExtentPoint(hdc, (LPCSTR)str, len, &size); in GetTextWidth()
3468 static LPCSTR mshape_idcs[] =
3492 LPCSTR idc; in mch_set_mouse_shape()
5773 MultiByteToWideChar_alloc(GetACP(), 0, (LPCSTR)buf, ret, &wbuf, lenp); in GetCompositionString_inUCS2()
8013 (LPCSTR)fname, in get_toolbar_bitmap()
8034 (LPCSTR)fname, in get_toolbar_bitmap()
8375 sign.hImage = (HANDLE)LoadImage(NULL, (LPCSTR)signfile, sign.uType, in gui_mch_register_sign()
H A Dos_win32.c99 typedef char * LPCSTR; typedef
549 SetCurrentDirectory((LPCSTR)exe_path); in vimLoadLib()
2788 g_hVimIcon = ExtractIcon(NULL, (LPCSTR)exe_name, 0); in SaveConsoleTitleAndIcon()
6240 length = MultiByteToWideChar(cp, 0, (LPCSTR)pchBuf, cbToWrite, in write_chars()
H A Dfileio.c1675 (LPCSTR)src, bytelen, in readfile()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen…
5 …oc(UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen, LPCSTR def, LPBOOL usedde…