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

/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp983 void move_to (text_glob *in);
1238 * move_to - moves the current position to the point where data, in, exists.
1242 void list::move_to (text_glob *in) function in class:list
1471 glyphs.move_to(old_pos);
3308 page_contents->glyphs.move_to(where);
3313 page_contents->glyphs.move_to(old_pos);
3344 page_contents->glyphs.move_to(where);
3348 page_contents->glyphs.move_to(old_pos);
3447 page_contents->glyphs.move_to(g);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c13304 int move_to;
13312 move_to = number_of_first_bit_set (regs_to_pop);
13314 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into);
13316 regs_to_pop &= ~(1 << move_to);
13283 int move_to; local

Completed in 92 milliseconds