Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dragonfly/games/phantasia/
H A Dmap.c16 move(-1400, -1000); in main()
64 move(-360, 80); in main()
68 move(-560, 80); in main()
84 move(340, 900); in main()
86 move(300, 840); in main()
103 move(700, 900); in main()
105 move(700, 800); in main()
107 move(700, 700); in main()
109 move(700, 600); in main()
138 move(x, y); in plusplus()
[all …]
/dragonfly/games/canfield/canfield/
H A Dcanfield.c256 move(moverow, boxcol); in movebox()
258 move(msgrow, boxcol); in movebox()
457 move(row, sidecol); in cleanupboard()
460 move(row, sidecol); in cleanupboard()
553 move(b, a); in removecard()
563 move(b, a); in printrank()
598 move(b, a); in printcard()
1334 move(row, col); in getcmd()
1337 move(row, col); in getcmd()
1380 move(21, 0); in suspend()
[all …]
/dragonfly/games/boggle/boggle/
H A Dmach.c378 move(crow, ccol); in badword()
394 move(row, col); in showword()
398 move(crow, ccol); in showword()
401 move(row, col); in showword()
403 move(crow, ccol); in showword()
420 move(row, col); in doword()
431 move(r, c); in doword()
473 move(r, c); in findword()
478 move(r, c); in findword()
489 move(r, c); in findword()
[all …]
/dragonfly/games/backgammon/common_source/
H A Dback.h51 struct move { struct
152 void getmove(struct move *);
157 int makmove(struct move *, int);
158 int movallow(struct move *);
160 void moverr(struct move *, int);
161 int movokay(struct move *, int);
165 void proll(struct move *);
166 int quit(struct move *);
170 void roll(struct move *);
171 void save(struct move *, int);
[all …]
H A Done.c35 static int checkd(struct move *, int);
39 makmove(struct move *mm, int i) in makmove()
92 moverr(struct move *mm, int i) in moverr()
114 checkd(struct move *mm, int d) in checkd()
133 movback(struct move *mm, int i) in movback()
142 backone(struct move *mm, int i) in backone()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-emit.c164 struct move struct
197 move_t move; in create_move() local
199 move = (move_t) ira_allocate (sizeof (struct move)); in create_move()
207 return move; in create_move()
500 move_t move; in generate_edge_moves() local
775 for (move = list; move != NULL; move = move->next) in modify_move_list()
787 for (move = list; move != NULL; move = move->next) in modify_move_list()
810 for (move = list; move != NULL; move = move->next) in modify_move_list()
825 for (move = first; move != NULL; move = move->next) in modify_move_list()
1084 for (move = list; move != NULL; move = move->next) in add_range_and_copies_from_move_list()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-emit.c157 struct move struct
190 move_t move; in create_move() local
192 move = (move_t) ira_allocate (sizeof (struct move)); in create_move()
200 return move; in create_move()
503 move_t move; in generate_edge_moves() local
781 for (move = list; move != NULL; move = move->next) in modify_move_list()
793 for (move = list; move != NULL; move = move->next) in modify_move_list()
816 for (move = list; move != NULL; move = move->next) in modify_move_list()
831 for (move = first; move != NULL; move = move->next) in modify_move_list()
1097 for (move = list; move != NULL; move = move->next) in add_range_and_copies_from_move_list()
[all …]
/dragonfly/games/robots/
H A Dplay_level.c45 move(My_pos.y, My_pos.x); in play_level()
51 move(cp->y, cp->x); in play_level()
57 move(Min.y, Min.x); in play_level()
59 move(Max.y, Max.x); in play_level()
66 move(My_pos.y, My_pos.x); in play_level()
77 move(Y_PROMPT, X_PROMPT); in play_level()
79 move(Y_PROMPT + 1, X_PROMPT); in play_level()
93 move(Y_PROMPT, X_PROMPT); in play_level()
102 move(Y_PROMPT, X_PROMPT); in play_level()
104 move(Y_PROMPT + 1, X_PROMPT); in play_level()
H A Dinit_field.c77 move(0, 0); in init_field()
80 move(i, 0); in init_field()
83 move(Y_FIELDSIZE, 0); in init_field()
90 move(0, 1); in init_field()
95 move(i, X_FIELDSIZE); in init_field()
101 move(i, X_FIELDSIZE + 2); in init_field()
H A Dmove_robs.c50 move(Min.y, Min.x); in move_robots()
52 move(Max.y, Max.x); in move_robots()
110 move(Min.y, Min.x); in move_robots()
112 move(Max.y, Max.x); in move_robots()
128 move(Y_SCORE, X_SCORE); in add_score()
/dragonfly/games/fish/
H A Dfish.c87 int ch, move; in main() local
112 move = usermove(); in main()
113 if (!comphand[move]) { in main()
114 if (gofish(move, USER, userhand)) in main()
122 move = compmove(); in main()
123 if (!userhand[move]) { in main()
124 if (!gofish(move, COMPUTER, comphand)) in main()
293 opphand[move], cards[move], opphand[move] == 1 ? "": "'s"); in goodmove()
295 hand[move] += opphand[move]; in goodmove()
296 opphand[move] = 0; in goodmove()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h183 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
202 return std::atomic_exchange_explicit(__p, std::move(__r), in _GLIBCXX_VISIBILITY()
231 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
232 *__p = std::move(__w); in _GLIBCXX_VISIBILITY()
235 __x = std::move(*__v); in _GLIBCXX_VISIBILITY()
246 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY()
258 std::move(__w), __success, __failure); in _GLIBCXX_VISIBILITY()
283 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
284 *__p = std::move(__w); in _GLIBCXX_VISIBILITY()
287 __x = std::move(*__v); in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_automaton.h150 _MatcherT(std::move(__rhs._M_get_matcher())); in _GLIBCXX_VISIBILITY()
252 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
264 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
271 __tmp._M_get_matcher() = std::move(__m); in _GLIBCXX_VISIBILITY()
272 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
282 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
291 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
310 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
319 return _M_insert_state(std::move(__tmp)); in _GLIBCXX_VISIBILITY()
329 this->push_back(std::move(__s)); in _GLIBCXX_VISIBILITY()
H A Dshared_ptr.h157 : __shared_ptr<_Tp>(__p, std::move(__d)) { } in _GLIBCXX_VISIBILITY()
174 : __shared_ptr<_Tp>(__p, std::move(__d)) { } in _GLIBCXX_VISIBILITY()
194 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } in _GLIBCXX_VISIBILITY()
213 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } in _GLIBCXX_VISIBILITY()
255 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
264 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
291 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
326 this->__shared_ptr<_Tp>::operator=(std::move(__r)); in _GLIBCXX_VISIBILITY()
335 this->__shared_ptr<_Tp>::operator=(std::move(__r)); in _GLIBCXX_VISIBILITY()
565 : __weak_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.h308 : _Node_alloc_type(std::move(__a)), _M_head(std::move(__fl._M_head)) in _GLIBCXX_VISIBILITY()
312 : _Node_alloc_type(std::move(__a)), _M_head() in _GLIBCXX_VISIBILITY()
334 : _M_impl(std::move(__a)) { } in _GLIBCXX_VISIBILITY()
339 : _M_impl(std::move(__lst._M_impl), std::move(__a)) in _GLIBCXX_VISIBILITY()
484 : _Base(std::move(__list), std::move(__al)) in _GLIBCXX_VISIBILITY()
1113 { splice_after(__pos, std::move(__list)); } in _GLIBCXX_VISIBILITY()
1132 { splice_after(__pos, std::move(__list), __i); } in _GLIBCXX_VISIBILITY()
1229 { merge(std::move(__list), std::less<_Tp>()); } in _GLIBCXX_VISIBILITY()
1233 { merge(std::move(__list)); } in _GLIBCXX_VISIBILITY()
1253 { merge(std::move(__list), __comp); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_list.h400 : _Node_alloc_type(std::move(__a)), _M_node(std::move(__x._M_node)) in _GLIBCXX_VISIBILITY()
404 : _Node_alloc_type(std::move(__a)) in _GLIBCXX_VISIBILITY()
482 : _M_impl(std::move(__a)) in _GLIBCXX_VISIBILITY()
485 _M_move_nodes(std::move(__x)); in _GLIBCXX_VISIBILITY()
492 : _M_impl(std::move(__a), std::move(__x._M_impl)) in _GLIBCXX_VISIBILITY()
497 : _M_impl(std::move(__a)) in _GLIBCXX_VISIBILITY()
784 this->_M_move_nodes(std::move(__x)); in _GLIBCXX_VISIBILITY()
793 : list(std::move(__x), __a, in _GLIBCXX_VISIBILITY()
1750 { merge(std::move(__x)); } in _GLIBCXX_VISIBILITY()
1777 { merge(std::move(__x), __comp); } in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/games/gomoku/
H A Dbdisp.c81 move(BSZ4, 0); in cursfini()
98 move(0, 2 * i + 1); in bdisp_init()
103 move(20 - j, 0); in bdisp_init()
105 move(20 - j, 2 * BSZ1 + 1); in bdisp_init()
110 move(20, 2 * i + 1); in bdisp_init()
114 move(0, 47); in bdisp_init()
128 move(21, 0); in bdwho()
133 move(21, 10 - (i+j)/2); in bdwho()
137 move(21, 0); in bdwho()
246 move(BSZ4, 0); in ask()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dfuture784 : _Base_type(std::move(__uf))
789 : _Base_type(std::move(__sf))
828 : _Base_type(std::move(__uf))
833 : _Base_type(std::move(__sf))
867 : _Base_type(std::move(__uf))
872 : _Base_type(std::move(__sf))
902 : _M_state(std::move(__sf._M_state))
908 : _M_state(std::move(__uf._M_state))
945 _M_storage(std::move(__rhs._M_storage))
1220 return std::move(_M_result);
[all …]
/dragonfly/games/backgammon/backgammon/
H A Dmove.c81 static struct BOARD *bsave(struct move *);
87 static void trymove(struct move *, int, int);
88 static void pickmove(struct move *);
89 static void movcmp(struct move *);
95 move(struct move *mm, int okay) in move() function
193 trymove(struct move *mm, int mvnum, int swapped) in trymove()
243 bsave(struct move *mm) in bsave()
266 binsert(struct move *mm, struct BOARD *new) in binsert()
371 pickmove(struct move *mm) in pickmove()
395 boardcopy(struct move *mm, struct BOARD *s) in boardcopy()
[all …]
/dragonfly/games/adventure/
H A Dsubr.c231 move(chest, chloc); in fdwarf()
246 move(chest, chloc); in fdwarf()
442 move(troll2, 0); in trbridge()
667 move(troll, 0); in trdrop()
837 move(rug + 100, 0); in trkill()
838 move(dragon, k); in trkill()
839 move(rug, k); in trkill()
842 move(obj, k); in trkill()
860 move(troll, 0); in trtoss()
1003 move(troll, 0); in closing()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dfuture903 : _Base_type(std::move(__uf))
908 : _Base_type(std::move(__sf))
942 : _Base_type(std::move(__uf))
947 : _Base_type(std::move(__sf))
981 : _Base_type(std::move(__uf))
986 : _Base_type(std::move(__sf))
1016 : _M_state(std::move(__sf._M_state))
1022 : _M_state(std::move(__uf._M_state))
1349 return std::move(*_M_result);
1372 return std::move(*_M_result);
[all …]
/dragonfly/games/hangman/
H A Dgetguess.c49 move(PROMPTY, PROMPTX + sizeof("Guess: ")); in getguess()
56 move(MESGY, MESGX); in getguess()
64 move(MESGY, MESGX); in getguess()
74 move(MESGY, MESGX); in getguess()
81 move(MESGY, MESGX); in getguess()
/dragonfly/usr.sbin/installer/dfuife_curses/
H A Dcurses_util.c185 move(y + 1, x); in curses_frame_draw()
188 move(y + 1, x + width - 1); in curses_frame_draw()
192 move(i, x + 1); in curses_frame_draw()
227 move(1, 0); in curses_debug_str()
238 move(1, 0); in curses_debug_int()
249 move(1, 0); in curses_debug_key()
260 move(1, 0); in curses_debug_float()
/dragonfly/games/hack/
H A Dhack.mkmaze.c72 static void move(int *, int *, int);
168 move(&x, &y, dir); in walkfrom()
170 move(&x, &y, dir); in walkfrom()
176 move(int *x, int *y, int dir) in move() function
197 move(&x, &y, dir); in okay()
198 move(&x, &y, dir); in okay()
/dragonfly/games/battlestar/
H A Dfly.c199 move(MIDR, MIDC - 10); in target()
212 move(MIDR, MIDC - 10); in notarget()
226 move(LINES - 1, 24); in blast()
271 move(LINES - 1, 24); in moveenemy()
273 move(LINES - 1, 42); in moveenemy()
275 move(LINES - 1, 57); in moveenemy()

12345678910>>...19