Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/games/wump/
H A Dwump.c127 static int move_to(const char *);
296 return(move_to(answer + 1)); in take_action()
315 move_to(const char *room_number) in move_to() function
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp985 void move_to (text_glob *in);
1244 void list::move_to (text_glob *in) in move_to() function in list
1473 glyphs.move_to(old_pos); in dump_page()
3310 page_contents->glyphs.move_to(where); in insert_tab_ts()
3315 page_contents->glyphs.move_to(old_pos); in insert_tab_ts()
3346 page_contents->glyphs.move_to(where); in insert_tab_0()
3350 page_contents->glyphs.move_to(old_pos); in insert_tab_0()
3449 page_contents->glyphs.move_to(g); in insert_tab0_foreach_tab()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c26070 int move_to; in thumb_exit() local
26077 move_to = number_of_first_bit_set (regs_to_pop); in thumb_exit()
26079 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into); in thumb_exit()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc26322 int move_to; in thumb_exit() local
26329 move_to = number_of_first_bit_set (regs_to_pop); in thumb_exit()
26331 asm_fprintf (f, "\tmov\t%r, %r\n", move_to, popped_into); in thumb_exit()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.118595 (list): Add `insert' and `move_to' member functions.