DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MISS
games/bs/bs.c
932
return(hit ? (sunk ? S_SUNK : S_HIT) : S_MISS);
games/bs/bs.c
953
int navail, x, y, d, n, hit = S_MISS;