Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.c195 runtimeidx = strlen(installdir) - strlen(VIM_VERSION_NODOT); in check_unpack()
196 if (runtimeidx <= 0 in check_unpack()
197 || stricmp(installdir + runtimeidx, VIM_VERSION_NODOT) != 0 in check_unpack()
198 || (installdir[runtimeidx - 1] != '/' in check_unpack()
199 && installdir[runtimeidx - 1] != '\\')) in check_unpack()
716 if (p != NULL && pathcmp(p, -1, installdir, runtimeidx - 1) != 0) in inspect_system()
722 *(buf + runtimeidx - 1) = NUL; in inspect_system()
786 strcpy(oldvimrc + runtimeidx, "_vimrc"); in inspect_system()
789 strcpy(oldvimrc + runtimeidx, "vimrc~1"); // short version of .vimrc in inspect_system()
792 strcpy(oldvimrc + runtimeidx, ".vimrc"); in inspect_system()
[all …]
H A Ddosinst.h483 int runtimeidx; // index in installdir[] where "vim60" starts variable