Searched refs:pathextbuf (Results 1 – 1 of 1) sorted by relevance
2137 char_u *pathextbuf = NULL; in executable_exists() local2195 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()