Lines Matching refs:LPSTR
263 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;
4167 static int nCopyAnsiToWideChar(LPWORD, LPSTR, BOOL);
6682 GetWindowText(thwnd, (LPSTR)tbuf, 127); in rebuild_tearoff()
6757 #define add_string(s) strcpy((LPSTR)p, s); (LPSTR)p += (strlen((LPSTR)p) + 1)
7188 nchar = nCopyAnsiToWideChar(p, (title ? (LPSTR)title in gui_mch_dialog()
7189 : (LPSTR)("Vim "VIM_VERSION_MEDIUM)), TRUE); in gui_mch_dialog()
7388 nchar = nCopyAnsiToWideChar(p, (LPSTR)caption, TRUE); //strlen(caption)+1 in add_dialog_element()
7425 LPSTR lpAnsiIn, in nCopyAnsiToWideChar()
7773 ? (LPSTR)title in gui_mch_tearoff()
7774 : (LPSTR)("Vim "VIM_VERSION_MEDIUM)), TRUE); in gui_mch_tearoff()
8734 info->lpszText = (LPSTR)info->lParam; in Handle_WM_Notify()