Lines Matching refs:device_offset
191 device_offset=-1; in set_device()
244 if (device_offset==-1) { in set_offset()
248 new_offset=device_offset+atol (new_offset_buffer+1)*mult; in set_offset()
252 if (device_offset==-1) { in set_offset()
256 new_offset=device_offset-atol (new_offset_buffer+1)*mult; in set_offset()
268 device_offset=new_offset; in set_offset()
269 wprintw (command_win,"Device offset changed to %ld\n",device_offset);refresh_command_win (); in set_offset()
798 remember_lifo.offset [entry_num]=device_offset; in remember()
803 …(command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset,buffer); in remember()
805 wprintw (command_win,"Offset %ld remembered as %s\n",device_offset,buffer); in remember()
850 wprintw (command_win,"Object %s in Offset %ld recalled\n",current_type->name,device_offset); in recall()