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

/netbsd-current/games/rogue/
H A Dspec_hit.c67 static boolean try_to_cough(short, short, object *);
270 if (try_to_cough(row+n, col+i, obj)) {
273 if (try_to_cough(row-n, col+i, obj)) {
278 if (try_to_cough(row+i, col-n, obj)) {
281 if (try_to_cough(row+i, col+n, obj)) {
290 try_to_cough(short row, short col, object *obj) function

Completed in 92 milliseconds