Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.c1864 char executable_path[BUFSIZE]; in build_shortcut() local
1867 sprintf(executable_path, "%s\\%s", installdir, exename); in build_shortcut()
1878 return create_shortcut(link_name, executable_path, 0, in build_shortcut()
1879 executable_path, args, workingdir); in build_shortcut()