comparison vm.h @ 133:d09a81cf65ce src

determine correct PG and PTT numbers when seeking across PG boundaries
author mroi
date Mon, 24 Mar 2003 16:42:59 +0000
parents 66ca475e2a5a
children d9d75a22a061
comparison
equal deleted inserted replaced
132:f22458f928b8 133:d09a81cf65ce
137 void vm_position_get(vm_t *vm, vm_position_t *position); 137 void vm_position_get(vm_t *vm, vm_position_t *position);
138 void vm_get_next_cell(vm_t *vm); 138 void vm_get_next_cell(vm_t *vm);
139 139
140 /* Jumping - all these return 1, if a hop has been performed */ 140 /* Jumping - all these return 1, if a hop has been performed */
141 int vm_jump_pg(vm_t *vm, int pg); 141 int vm_jump_pg(vm_t *vm, int pg);
142 int vm_jump_cell_block(vm_t *vm, int cell, int block);
142 int vm_jump_title_part(vm_t *vm, int title, int part); 143 int vm_jump_title_part(vm_t *vm, int title, int part);
143 int vm_jump_top_pg(vm_t *vm); 144 int vm_jump_top_pg(vm_t *vm);
144 int vm_jump_next_pg(vm_t *vm); 145 int vm_jump_next_pg(vm_t *vm);
145 int vm_jump_prev_pg(vm_t *vm); 146 int vm_jump_prev_pg(vm_t *vm);
146 int vm_jump_up(vm_t *vm); 147 int vm_jump_up(vm_t *vm);