Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_vms.pro8 char *vms_tolower(char *name);
/vim-8.2.3635/src/
H A Dos_vms.c302 vms_tolower( char *name ) in vms_tolower() function
399 name=vms_tolower(name); in vms_wproc()
H A Dos_unix.c3180 if (strstr(vms_tolower((char*)name),".exe") != NULL in executable_file()
3181 || strstr(vms_tolower((char*)name),".com")!= NULL) in executable_file()