Lines Matching refs:BUFSIZE
36 #define BUFSIZE 1100 macro
63 hlen = BUFSIZE; in getGvimName()
100 name = (char *)malloc(BUFSIZE); in getGvimInvocationW()
102 mbstowcs(nameW, name, BUFSIZE); in getGvimInvocationW()
283 char szBuff[BUFSIZE]; in dyn_gettext_load()
672 char title[BUFSIZE]; in QueryContextMenu()
673 char temp[BUFSIZE]; in QueryContextMenu()
678 if (GetWindowText(m_hWnd[i], title, BUFSIZE - 1) == 0) in QueryContextMenu()
693 strncpy(temp, _("Edit with existing Vim - "), BUFSIZE - 1); in QueryContextMenu()
694 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu()
696 strncat(temp, title, BUFSIZE - 1 - strlen(temp)); in QueryContextMenu()
697 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu()
826 char temp[BUFSIZE]; in EnumWindowsProc()
851 char vimExeFile[BUFSIZE]; in LoadMenuIcon()
868 static char widename[2 * BUFSIZE]; in searchpath()
869 static char location[2 * BUFSIZE + 2]; in searchpath()
874 (LPWSTR)widename, BUFSIZE); in searchpath()
879 (LPSTR)widename, 2 * BUFSIZE, NULL, NULL); in searchpath()
893 wchar_t m_szFileUserClickedOn[BUFSIZE]; in InvokeSingleGvim()
899 cmdlen = BUFSIZE; in InvokeSingleGvim()
919 cmdlen = len + BUFSIZE; in InvokeSingleGvim()