Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinstallman.sh27 exename=$9
52 echo installing $destdir/$exename.1
67 chmod $manmod $destdir/$exename.1
72 echo installing $destdir/$exename""tutor.1
76 chmod $manmod $destdir/$exename""tutor.1
98 if test -r $destdir/$exename.1; then
99 echo deleting $destdir/$exename.1
100 rm -f $destdir/$exename.1
102 if test -r $destdir/$exename""tutor.1; then
103 echo deleting $destdir/$exename""tutor.1
[all …]
H A Ddosinst.c358 targets[i].oldexe = searchpath_save(targets[i].exename); in find_bat_exe()
829 char *exename = targets[choices[idx].arg].exenamearg; in install_bat_choice() local
858 VIM_VERSION_NODOT, exename, VIM_VERSION_NODOT); in install_bat_choice()
863 fprintf(fd, "if not exist \"%%VIM_EXE_DIR%%\\%s\" (\n", exename); in install_bat_choice()
869 if (*exename == 'g') in install_bat_choice()
886 if (*exename == 'g') in install_bat_choice()
894 exename, vimarg); in install_bat_choice()
899 exename, vimarg); in install_bat_choice()
906 exename, vimarg); in install_bat_choice()
1859 const char *exename, // Name of the executable (e.g., vim.exe) in build_shortcut() argument
[all …]
H A Ddosinst.h329 char *exename; // exe file name member
/vim-8.2.3635/runtime/syntax/
H A D8th.vim107 Builtin datadir app:datadir exename app:exename lowmem app:lowmem main app:main name app:name oncr…