• Home
  • Raw
  • Download

Lines Matching refs:refresh_command_win

157 		refresh_command_win ();return;  in set_device()
164 refresh_command_win ();return; in set_device()
169 refresh_command_win (); 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()
265 refresh_command_win (); in set_offset()
269 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win (); in set_offset()
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()
415 refresh_command_win (); in set()
423 refresh_command_win (); 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()
464 refresh_command_win (); in hex_set()
480 refresh_command_win (); 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()
807 refresh_command_win (); 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()
851 refresh_command_win (); in recall()
860 wprintw (command_win,"Error - No device opened\n");refresh_command_win (); in enable_write()
875 …win,"Error - Can not open device %s for reading and writing\n",device_name);refresh_command_win (); 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()