Home
last modified time | relevance | path

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

/openbsd/games/bs/
H A Dbs.c996 #define S_MISS 0 macro
1025 return(hit ? (sunk ? S_SUNK : S_HIT) : S_MISS); in cpufire()
1038 int navail, x, y, d, n, hit = S_MISS; in cputurn()