Searched refs:do_move (Results 1 - 9 of 9) sorted by last modified time

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc15105 bool do_move = false;
15202 do_move = true;
15264 do_move = true;
15300 do_move = true;
15306 if (do_move)
15074 bool do_move = false; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c14381 bool do_move = false;
14478 do_move = true;
14540 do_move = true;
14576 do_move = true;
14582 if (do_move)
14351 bool do_move = false; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/v850/
H A Dbasic.exp321 proc do_move {} {
425 do_move
/netbsd-current/bin/mv/
H A Dmv.c73 static int do_move(char *, char *);
132 exit(do_move(argv[0], argv[1]));
158 if (do_move(*argv, path))
167 do_move(char *from, char *to) function
/netbsd-current/bin/chio/
H A Dchio.c71 static int do_move(const char *, int, char **);
93 do_move },
189 do_move(const char *cname, int argc, char **argv) function
/netbsd-current/games/monop/
H A Dexecute.c97 do_move(void) function
H A Dmonop.c119 do_move, /* roll |* 15 *| */
120 do_move /* "" |* 16 *| */
H A Dmonop.h158 void do_move(void);
/netbsd-current/games/robots/
H A Dmove.c50 static bool do_move(int, int);
125 if (do_move(0, 0))
129 if (do_move(-1, -1))
133 if (do_move(-1, 0))
137 if (do_move(-1, 1))
141 if (do_move(0, -1))
145 if (do_move(0, 1))
149 if (do_move(1, -1))
153 if (do_move(1, 0))
157 if (do_move(
252 do_move(int dy, int dx) function
[all...]

Completed in 320 milliseconds