Home
last modified time | relevance | path

Searched refs:BUFSIZE (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp36 #define BUFSIZE 1100 macro
63 hlen = BUFSIZE; in getGvimName()
283 char szBuff[BUFSIZE]; in dyn_gettext_load()
672 char title[BUFSIZE]; in QueryContextMenu()
673 char temp[BUFSIZE]; in QueryContextMenu()
694 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu()
697 temp[BUFSIZE - 1] = '\0'; in QueryContextMenu()
826 char temp[BUFSIZE]; in EnumWindowsProc()
851 char vimExeFile[BUFSIZE]; in LoadMenuIcon()
899 cmdlen = BUFSIZE; in InvokeSingleGvim()
[all …]
/vim-8.2.3635/src/
H A Ddosinst.h52 #define BUFSIZE (MAX_PATH*2) // long enough to hold a file name path macro
146 static char widename[2 * BUFSIZE]; in searchpath()
147 static char location[2 * BUFSIZE + 2]; in searchpath()
152 (LPWSTR)widename, BUFSIZE); in searchpath()
157 (LPSTR)widename, 2 * BUFSIZE, NULL, NULL); in searchpath()
289 char tbuf[BUFSIZE]; in get_shell_folder_path()
334 char batpath[BUFSIZE]; // path of batch file to create; not
379 char cmd_buf[BUFSIZE * 2 + 35]; in run_command()
H A Ddosinst.c190 char buf[BUFSIZE]; in check_unpack()
385 char buf[BUFSIZE]; in get_vim_env()
387 char fname[BUFSIZE]; in get_vim_env()
621 char buf[BUFSIZE]; in uninstall_check()
704 char buf[BUFSIZE]; in inspect_system()
1449 CHAR subkey[BUFSIZE]; in register_inproc_server()
1510 char exe_cmd[BUFSIZE]; in register_openwith()
1592 char bufg[BUFSIZE]; in install_registry()
1790 wchar_t wsz[BUFSIZE]; in create_shortcut()
1865 char link_name[BUFSIZE]; in build_shortcut()
[all …]
H A Duninstall.c202 char line[BUFSIZE]; in batfile_thisversion()
257 char buf[BUFSIZE]; in remove_if_exists()
274 char path[BUFSIZE]; in remove_icons()
285 char path[BUFSIZE]; in remove_start_menu()
320 char icon[BUFSIZE]; in main()