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

  /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 in typeref:typename:int
curses.h 161 #define KEY_MOVE 0x16E /* Move key */
190 #define KEY_SMOVE 0x18B /* Shift Move key */
468 #define move(y, x) wmove(stdscr, y, x) macro
574 int move(int, int);
  /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 in typeref:typename:double
97 printf("move: ramflag %d course %d time %.2f speed %.2f\n"
    [all...]
  /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...]
  /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 in typeref:typename:void
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 in typeref:typename:void
202 move(&x, &y, dir);
203 move(&x, &y, dir);
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
  /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 in typeref:typename:void
  /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 in typeref:typename:void
    [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 in typeref:typename:void
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 in typeref:typename:void
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 427 const uptr move = top * sizeof(tab_->clock[0]); local in function:__tsan::SyncClock::Resize
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 in function:store_entries
380 move = 0;
384 if (move && !vp->append_output) {
  /src/games/fish/
fish.c 98 int ch, move; local in function:main
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/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 161 * @move_lock: lock for move fence
164 * @move: The fence of the last pipelined move operation.
208 struct dma_fence *move; member in struct:ttm_mem_type_manager
220 * @move: Callback for a driver to hook in accelerated functions to
221 * move a buffer.
222 * If set to NULL, a potentially slow memcpy() move is used.
303 * These will be placed in proposed_flags so that when the move is
311 * struct ttm_bo_driver member move:
313 * @bo: the buffer to move
321 int (*move)(struct ttm_buffer_object *bo, bool evict, member in struct:ttm_bo_driver
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 157 int (*move)(struct nouveau_channel *, member in struct:nouveau_drm::__anonf0bc2d240208
  /src/sys/dev/pci/
cz.c 1576 u_int move, get, put, size, address; local in function:cztty_transmit
1588 while ((tp->t_outq.c_cc > 0) && ((move = TX_MOVEABLE(get, put, size)))){
1591 move = uimin(tp->t_outq.c_cc, move);
1592 error = q_to_b(&tp->t_outq, 0, move);
1593 if (error != move) {
1597 move = error;
1601 move = uimin(ndqb(&tp->t_outq, 0), move);
1603 address + put, tp->t_outq.c_cf, move);
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 715 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
737 int move; local in function:ipf_nat6_newrdr
739 move = 1;
774 move = 0;
793 move = 0;
800 move = 0;
912 return move;
948 int move; local in function:ipf_nat6_add
965 move = 1;
1022 move = ipf_nat6_newdivert(fin, nat, &ni)
    [all...]
ip_nat.c 2839 /* Returns: int - -1 == error, 0 == success (no move), 1 == success and */
2861 int move; local in function:ipf_nat_newrdr
2863 move = 1;
2895 move = 0;
2915 move = 0;
2922 move = 0;
3033 return move;
3069 int move; local in function:ipf_nat_add
3084 move = 1;
3141 move = ipf_nat_newdivert(fin, nat, &ni)
    [all...]
  /src/sys/dev/usb/
uatp.c 75 * Finally, to move the cursor, the driver takes the difference between
346 static void move(struct uatp_softc *, const char *, unsigned int, unsigned int,
2435 move(sc, "mouse", x_raw, y_raw, &sc->sc_x_raw, &sc->sc_y_raw,
2445 move(sc, "scroll", x_raw, y_raw, &sc->sc_z_raw, &sc->sc_w_raw,
2452 move(struct uatp_softc *sc, const char *ctx, unsigned int a, unsigned int b, function in typeref:typename:void
2569 ("update %s position (%d, %d) -> (%d, %d), move by (%d, %d)\n",

Completed in 110 milliseconds