Home
last modified time | relevance | path

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

/openbsd-src/games/sail/
H A Ddr_3.c66 *sp->file->movebuf = '\0'; in moveall()
68 closeon(sp, closest, sp->file->movebuf, in moveall()
69 sizeof sp->file->movebuf, in moveall()
72 *sp->file->movebuf = '\0'; in moveall()
83 (void) strlcpy(sp->file->movebuf, "d", in moveall()
84 sizeof sp->file->movebuf); in moveall()
86 if (*sp->file->movebuf != 'd') in moveall()
87 (void) strlcat(sp->file->movebuf, "d", in moveall()
88 sizeof sp->file->movebuf); in moveall()
107 if (!sp->file->movebuf[k]) in moveall()
[all …]
H A Dpl_5.c138 (void) strlcpy(movebuf, buf, sizeof movebuf); in acceptmove()
140 (void) strlcpy(movebuf, "d", sizeof movebuf); in acceptmove()
141 Writestr(W_MOVE, ms, movebuf); in acceptmove()
142 Msg("Helm: %s.", movebuf); in acceptmove()
H A Dplayer.h107 extern char movebuf[sizeof SHIP(0)->file->movebuf];
H A Dpl_7.c61 char movebuf[sizeof SHIP(0)->file->movebuf]; variable
103 movebuf[0] = '\0'; in newturn()
H A Dpl_6.c138 for (p = movebuf; *p; p++) in turned()
H A Dsync.c417 (void) strlcpy(ship->file->movebuf, astr, in sync_update()
418 sizeof ship->file->movebuf); in sync_update()
H A Dextern.h195 char movebuf[10]; /* 72 */ member