Searched refs:new_device (Results 1 – 1 of 1) sorted by relevance
151 char *ptr,new_device [80]; in set_device() local153 ptr=parse_word (command_line,new_device); in set_device()158 parse_word (ptr,new_device); in set_device()159 check_mounted (new_device); in set_device()174 if ( (device_handle=fopen (new_device,"rb"))==NULL) { in set_device()175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win (); in set_device()179 strcpy (device_name,new_device); in set_device()