Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_vms.c548 char *lastcolon; in vms_unix_mixed_filespec() local
556 lastcolon = strrchr(in, ':'); // find last colon in vms_unix_mixed_filespec()
557 if (lastcolon != NULL) { in vms_unix_mixed_filespec()
558 len = lastcolon - in + 1; in vms_unix_mixed_filespec()