Searched refs:sunk (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dbs.c753 else { /* sunk! */
952 bool hit, sunk; local
959 if ((sunk = (hit && (ss = hitship(x, y)))) != 0)
960 (void) printw(" I've sunk your %s", ss->name);
977 return hit ? (sunk ? S_SUNK : S_HIT) : S_MISS;

Completed in 168 milliseconds