Searched refs:next_trap (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Ddiv.cpp346 trap *next_trap = 0; local
352 && (next_trap == 0 || pt->position < *next_trap_pos)) {
353 next_trap = pt;
360 if (pos > 0 && pos > vertical_position && (next_trap == 0 || pos < *next_trap_pos)) {
361 next_trap = pt;
366 return next_trap;
383 trap *next_trap = find_next_trap(&next_trap_pos); local
404 && next_trap != 0 && vertical_position >= next_trap_pos) {
407 spring_trap(next_trap->nm);
412 && next_trap !
462 trap *next_trap = find_next_trap(&next_trap_pos); local
598 trap *next_trap = find_next_trap(&next_trap_pos); local
[all...]

Completed in 95 milliseconds