Searched refs:movebuf (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/games/sail/ |
| H A D | dr_3.c | 66 *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 D | pl_5.c | 138 (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 D | player.h | 107 extern char movebuf[sizeof SHIP(0)->file->movebuf];
|
| H A D | pl_7.c | 61 char movebuf[sizeof SHIP(0)->file->movebuf]; variable 103 movebuf[0] = '\0'; in newturn()
|
| H A D | pl_6.c | 138 for (p = movebuf; *p; p++) in turned()
|
| H A D | sync.c | 417 (void) strlcpy(ship->file->movebuf, astr, in sync_update() 418 sizeof ship->file->movebuf); in sync_update()
|
| H A D | extern.h | 195 char movebuf[10]; /* 72 */ member
|