Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_vms.c549 char *end_of_dir; in vms_unix_mixed_filespec() local
564 end_of_dir = NULL; // default: no directory in vms_unix_mixed_filespec()
574 end_of_dir = out; in vms_unix_mixed_filespec()
602 end_of_dir = out; in vms_unix_mixed_filespec()
608 end_of_dir = out; in vms_unix_mixed_filespec()
615 end_of_dir = out; in vms_unix_mixed_filespec()
629 if (end_of_dir != NULL) // Terminate directory portion in vms_unix_mixed_filespec()
630 *end_of_dir = ']'; in vms_unix_mixed_filespec()