Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c2137 char_u *pathextbuf = NULL; in executable_exists() local
2195 if (pathextbuf == NULL) in executable_exists()
2196 pathextbuf = alloc(STRLEN(pathext) + 3); in executable_exists()
2197 if (pathextbuf == NULL) in executable_exists()
2202 STRCPY(pathextbuf, ".;"); in executable_exists()
2203 STRCAT(pathextbuf, pathext); in executable_exists()
2204 pathext = pathextbuf; in executable_exists()
2296 free(pathextbuf); in executable_exists()