Lines Matching refs:ch
550 char ch; in vms_unix_mixed_filespec() local
567 ch = *in; in vms_unix_mixed_filespec()
568 if ((ch == '[') || (ch == '/') || (ch == '<')) { // start of directory(s) ? in vms_unix_mixed_filespec()
569 ch = '['; in vms_unix_mixed_filespec()
575 ch = '.'; in vms_unix_mixed_filespec()
588 ch = '.'; in vms_unix_mixed_filespec()
596 *out++ = ch; in vms_unix_mixed_filespec()
600 ch = *in; in vms_unix_mixed_filespec()
601 if ((ch == ']') || (ch == '/') || (ch == '>') ) { // end of (sub)directory ? in vms_unix_mixed_filespec()
603 ch = '.'; in vms_unix_mixed_filespec()
609 ch = '.'; in vms_unix_mixed_filespec()
618 ch = *in; in vms_unix_mixed_filespec()
623 *out++ = ch; in vms_unix_mixed_filespec()