HomeSort by: relevance | last modified time | path
    Searched defs:move (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/libcurses/
move.c 1 /* $NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $ */
35 static char sccsid[] = "@(#)move.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $");
46 * move --
50 move(int y, int x) function
move.c 1 /* $NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $ */
35 static char sccsid[] = "@(#)move.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $");
46 * move --
50 move(int y, int x) function
  /src/games/backgammon/common_source/
back.h 56 struct move { struct
58 int mvlim; /* 'move limit': max. number of moves */
61 int h[4]; /* flag for each move if a man was hit */
122 extern char cin[100]; /* input line of current move
142 void backone(struct move *, int);
145 int checkmove(struct move *, int);
155 void getarg(struct move *, char ***);
157 void getmove(struct move *);
162 int makmove(struct move *, int);
163 int movallow(struct move *);
    [all...]
back.h 56 struct move { struct
58 int mvlim; /* 'move limit': max. number of moves */
61 int h[4]; /* flag for each move if a man was hit */
122 extern char cin[100]; /* input line of current move
142 void backone(struct move *, int);
145 int checkmove(struct move *, int);
155 void getarg(struct move *, char ***);
157 void getmove(struct move *);
162 int makmove(struct move *, int);
163 int movallow(struct move *);
    [all...]
  /src/games/trek/
move.c 1 /* $NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $ */
35 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $");
47 ** Move Under Warp or Impulse Power
52 ** which we want to move. `Speed' is the speed we
55 ** cut short the move so that the user doesn't get docked time and
65 ** domize the course accordingly before ever starting to move.
66 ** We will still move in a straight line.
82 move(int ramflag, int course, double time, double speed) function
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n"
    [all...]
move.c 1 /* $NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $ */
35 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $");
47 ** Move Under Warp or Impulse Power
52 ** which we want to move. `Speed' is the speed we
55 ** cut short the move so that the user doesn't get docked time and
65 ** domize the course accordingly before ever starting to move.
66 ** We will still move in a straight line.
82 move(int ramflag, int course, double time, double speed) function
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n"
    [all...]
  /src/games/adventure/
vocab.c 57 move(object, 0);
67 move(object, i);
68 move(object + 100, j);
72 move(int object, int where) function
88 move(object, where);
vocab.c 57 move(object, 0);
67 move(object, i);
68 move(object + 100, j);
72 move(int object, int where) function
88 move(object, where);
  /src/games/hack/
hack.mkmaze.c 77 static void move(int *, int *, int);
173 move(&x, &y, dir);
175 move(&x, &y, dir);
181 move(int *x, int *y, int dir) function
202 move(&x, &y, dir);
203 move(&x, &y, dir);
hack.mkmaze.c 77 static void move(int *, int *, int);
173 move(&x, &y, dir);
175 move(&x, &y, dir);
181 move(int *x, int *y, int dir) function
202 move(&x, &y, dir);
203 move(&x, &y, dir);
def.flag.h 85 unsigned move:1; member in struct:flag
def.flag.h 85 unsigned move:1; member in struct:flag
  /src/sys/arch/vax/boot/boot/
data.h 50 long move; /* 4 Move driver entry */ member in struct:bqo
data.h 50 long move; /* 4 Move driver entry */ member in struct:bqo
  /src/usr.bin/colcrt/
colcrt.c 76 void move(int, int);
217 move(i, i - 1);
218 move(i, i + 1);
237 move(int l, int m) function
colcrt.c 76 void move(int, int);
217 move(i, i - 1);
218 move(i, i + 1);
237 move(int l, int m) function
  /src/games/backgammon/backgammon/
move.c 1 /* $NetBSD: move.c,v 1.13 2012/10/13 19:39:57 dholland Exp $ */
35 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: move.c,v 1.13 2012/10/13 19:39:57 dholland Exp $");
63 /* these variables are values for the candidate move */
71 /* these values are the values for the move chosen (so far) */
89 static struct BOARD *bsave(struct move *);
90 static void binsert(struct move *, struct BOARD *);
91 static void boardcopy(struct move *, struct BOARD *);
93 static void mvcheck(struct move *, struct BOARD *, struct BOARD *);
95 static void trymove(struct move *, int, int)
103 move(struct move *mm, int okay) function
    [all...]
move.c 1 /* $NetBSD: move.c,v 1.13 2012/10/13 19:39:57 dholland Exp $ */
35 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: move.c,v 1.13 2012/10/13 19:39:57 dholland Exp $");
63 /* these variables are values for the candidate move */
71 /* these values are the values for the move chosen (so far) */
89 static struct BOARD *bsave(struct move *);
90 static void binsert(struct move *, struct BOARD *);
91 static void boardcopy(struct move *, struct BOARD *);
93 static void mvcheck(struct move *, struct BOARD *, struct BOARD *);
95 static void trymove(struct move *, int, int)
103 move(struct move *mm, int okay) function
    [all...]
  /src/games/fish/
fish.c 98 int ch, move; local
125 move = usermove();
126 if (!comphand[move]) {
127 if (gofish(move, USER, userhand))
130 goodmove(USER, move, userhand, comphand);
135 move = compmove();
136 if (!userhand[move]) {
137 if (!gofish(move, COMPUTER, comphand))
140 goodmove(COMPUTER, move, comphand, userhand);
303 goodmove(int player, int move, int *hand, int *opphand
    [all...]
fish.c 98 int ch, move; local
125 move = usermove();
126 if (!comphand[move]) {
127 if (gofish(move, USER, userhand))
130 goodmove(USER, move, userhand, comphand);
135 move = compmove();
136 if (!userhand[move]) {
137 if (!gofish(move, COMPUTER, comphand))
140 goodmove(COMPUTER, move, comphand, userhand);
303 goodmove(int player, int move, int *hand, int *opphand
    [all...]
  /src/games/monop/
execute.c 63 static bool new_play; /* set if move on to new player */
118 move(r1+r2);
127 * This routine moves a normal move
130 move(int rl) function
144 * This routine shows the results of a move
execute.c 63 static bool new_play; /* set if move on to new player */
118 move(r1+r2);
127 * This routine moves a normal move
130 move(int rl) function
144 * This routine shows the results of a move
  /src/games/warp/
term.c 157 UP = Tgetstr("up"); /* move up a line */
158 ND = Tgetstr("nd"); /* non-destructive move cursor right */
159 DO = Tgetstr("do"); /* move cursor down */
419 move(int y, int x, int chadd) function
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 427 const uptr move = top * sizeof(tab_->clock[0]); local
428 internal_memcpy(&new_cb->clock[0], tab_->clock, move);
429 internal_memset(&new_cb->clock[top], 0, sizeof(*new_cb) - move);
430 internal_memset(tab_->clock, 0, move);
577 // Finished with the current block, move on to the next one.
  /src/usr.sbin/veriexecgen/
veriexecgen.c 371 int move = 1; local
380 move = 0;
384 if (move && !vp->append_output) {

Completed in 41 milliseconds

1 2