• Home
  • Raw
  • Download

Lines Matching refs:command_win

156 		wprintw (command_win,"Error - Device name not specified\n");  in set_device()
162 wprintw (command_win,"Error - Filesystem is mounted, aborting\n"); in set_device()
163 wprintw (command_win,"You may wish to use the AllowMountedRead on configuration option\n"); in set_device()
168 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n"); in set_device()
176 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win (); in set_device()
198 wprintw (command_win,"Device changed to %s",device_name);refresh_command_win (); in set_device()
210 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in set_offset()
217 wprintw (command_win,"Error - No argument specified\n");refresh_command_win (); in set_offset()
230 wprintw (command_win,"Error - No type set\n");refresh_command_win (); in set_offset()
239 wprintw (command_win,"Error - No offset specified\n");refresh_command_win (); in set_offset()
245 wprintw (command_win,"Error - Select a fixed offset first\n");refresh_command_win (); in set_offset()
253 wprintw (command_win,"Error - Select a fixed offset first\n");refresh_command_win (); in set_offset()
264 …wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",new_offset,device_name); in set_offset()
269 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win (); in set_offset()
284 wprintw( command_win, "Bad value - %s\n", value); in set_int()
301 wprintw (command_win, in set_int()
305 wprintw (command_win, "Variable %s set to %s\n", in set_int()
319 wprintw( command_win, "Bad value - %s\n", value); in set_uint()
336 wprintw (command_win, in set_uint()
340 wprintw (command_win, "Variable %s set to %s\n", in set_uint()
347 wprintw( command_win, "Value %s too big for field\n", in set_char()
353 wprintw (command_win, "Variable %s set to %s\n", in set_char()
368 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in set()
379 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); in set()
385 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; in set()
391 wprintw (command_win,"Sorry, not yet supported\n");refresh_command_win ();return; in set()
410 wprintw (command_win, in set()
422 wprintw (command_win,"Error - Variable %s not found\n",variable); in set()
436 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win ();return; in hex_set()
452 wprintw (command_win,"Error - Data not specified\n");refresh_command_win ();return; in hex_set()
463 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n"); in hex_set()
479 wprintw (command_win,"Error - Ending offset outside block, only partial string changed\n"); in hex_set()
506 wprintw (command_win,"Data will be shown as hex dump\n");refresh_command_win (); in set_type()
520 wprintw (command_win,"Structure type set to %s\n",buffer);refresh_command_win (); in set_type()
525 wprintw (command_win,"Error - %s is not a valid type\n",buffer);refresh_command_win (); in set_type()
718 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in next()
747 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); in prev()
779 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in remember()
786 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win (); in remember()
803 …wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset… in remember()
805 wprintw (command_win,"Offset %ld remembered as %s\n",device_offset,buffer); in remember()
817 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in recall()
824 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win (); in recall()
837 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win (); in recall()
850 wprintw (command_win,"Object %s in Offset %ld recalled\n",current_type->name,device_offset); in recall()
860 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in enable_write()
865 wprintw (command_win,"Sorry, write access is not allowed\n"); in enable_write()
870 wprintw (command_win,"Error - Filesystem is mounted\n"); in enable_write()
875 …wprintw (command_win,"Error - Can not open device %s for reading and writing\n",device_name);refre… in enable_write()
880 wprintw (command_win,"Write access enabled - Be careful\n");refresh_command_win (); in enable_write()
889 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in disable_write()
894 wprintw (command_win,"Error - Can not open device %s\n",device_name);refresh_command_win (); in disable_write()
900 wprintw (command_win,"Write access disabled\n");refresh_command_win (); in disable_write()