Home
last modified time | relevance | path

Searched refs:movebuf (Results 1 – 8 of 8) sorted by relevance

/dragonfly/games/sail/
HDdr_3.c77 *sp->file->movebuf = '\0'; in moveall()
79 closeon(sp, closest, sp->file->movebuf, in moveall()
80 sizeof(sp->file->movebuf), in moveall()
83 *sp->file->movebuf = '\0'; in moveall()
94 strcpy(sp->file->movebuf, "d"); in moveall()
96 if (*sp->file->movebuf != 'd') in moveall()
97 strcat(sp->file->movebuf, "d"); in moveall()
116 if (!sp->file->movebuf[k]) in moveall()
117 sp->file->movebuf[k+1] = '\0'; in moveall()
119 step(sp, sp->file->movebuf[k], &moved[n]); in moveall()
[all …]
HDpl_5.c149 strlcpy(movebuf, buf, sizeof(movebuf)); in acceptmove()
151 strlcpy(movebuf, "d", sizeof(movebuf)); in acceptmove()
152 send_move(ms, movebuf); in acceptmove()
153 Msg("Helm: %s.", movebuf); in acceptmove()
HDplayer.h91 extern char movebuf[sizeof SHIP(0)->file->movebuf];
HDpl_2.c52 movebuf[0] = '\0'; in newturn()
HDpl_6.c138 for (p = movebuf; *p; p++) in turned()
HDextern.h153 char movebuf[10]; /* 72 */ member
HDsync.c805 strlcpy(ship->file->movebuf, astr, sizeof ship->file->movebuf); in recv_move()
HDpl_7.c92 char movebuf[sizeof SHIP(0)->file->movebuf]; variable