Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_mswin.c103 typedef int LPTSTR; typedef
161 LPTSTR toss; in _fullpath()
743 typedef LPTSTR (*MYSTRPROCSTR)(LPTSTR);
744 typedef LPTSTR (*MYINTPROCSTR)(int);
745 typedef int (*MYSTRPROCINT)(LPTSTR);
1525 NULL, err, 0, (LPTSTR)(&buf), 0, NULL); in mch_print_init()
H A Dos_win32.c122 typedef int LPTSTR; typedef
837 win32_enable_privilege(LPTSTR lpszPrivilege, BOOL bEnable) in win32_enable_privilege()
H A Dchannel.c273 (LPTSTR) &msgbuf, in strerror_win32()
H A Doption.c410 (LPTSTR)buf, 20); in set_init_1()
H A Dgui_w32.c530 (LPTSTR) &lpMsgBuf, 0, NULL); in print_windows_error()
/vim-8.2.3635/src/VisVim/
H A DReg.cpp45 if (RegQueryValueEx (hSectionKey, (LPTSTR) Entry, NULL, &Type, in GetRegistryInt()
H A DVisVim.cpp106 LPTSTR lpsz = OLE2T (lpOleStr); in DllRegisterServer()