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

/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp344 trap *next_trap = 0; local
350 && (next_trap == 0 || pt->position < *next_trap_pos)) {
351 next_trap = pt;
358 if (pos > 0 && pos > vertical_position && (next_trap == 0 || pos < *next_trap_pos)) {
359 next_trap = pt;
364 return next_trap;
381 trap *next_trap = find_next_trap(&next_trap_pos); local
402 && next_trap != 0 && vertical_position >= next_trap_pos) {
405 spring_trap(next_trap->nm);
410 && next_trap !
460 trap *next_trap = find_next_trap(&next_trap_pos); local
596 trap *next_trap = find_next_trap(&next_trap_pos); local
[all...]

Completed in 115 milliseconds