Lines Matching refs:device_offset
190 device_offset=-1; in set_device()
243 if (device_offset==-1) { in set_offset()
247 new_offset=device_offset+atol (new_offset_buffer+1)*mult; in set_offset()
251 if (device_offset==-1) { in set_offset()
255 new_offset=device_offset-atol (new_offset_buffer+1)*mult; in set_offset()
267 device_offset=new_offset; in set_offset()
268 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win (); in set_offset()
797 remember_lifo.offset [entry_num]=device_offset; in remember()
802 …(command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset,buffer); in remember()
804 wprintw (command_win,"Offset %ld remembered as %s\n",device_offset,buffer); in remember()
849 wprintw (command_win,"Object %s in Offset %ld recalled\n",current_type->name,device_offset); in recall()