Searched refs:ofn (Results 1 – 1 of 1) sorted by relevance
4530 char *ofn = NULL; in mch_call_shell_system() local4551 if (ofn = strchr((char *)cmd, '>')) in mch_call_shell_system()4552 *ofn++ = '\0'; in mch_call_shell_system()4562 if (ofn) in mch_call_shell_system()4563 x = vms_sys((char *)cmd, ofn, ifn); in mch_call_shell_system()