Searched refs:next_trap_pos (Results 1 – 1 of 1) sorted by relevance
342 trap *top_level_diversion::find_next_trap(vunits *next_trap_pos) in find_next_trap() argument350 && (next_trap == 0 || pt->position < *next_trap_pos)) { in find_next_trap()352 *next_trap_pos = pt->position; in find_next_trap()358 if (pos > 0 && pos > vertical_position && (next_trap == 0 || pos < *next_trap_pos)) { in find_next_trap()360 *next_trap_pos = pos; in find_next_trap()380 vunits next_trap_pos; in output() local381 trap *next_trap = find_next_trap(&next_trap_pos); in output()402 && next_trap != 0 && vertical_position >= next_trap_pos) { in output()410 && next_trap != 0 && vertical_position >= next_trap_pos) { in output()411 truncated_space = vertical_position - next_trap_pos; in output()[all …]