HomeSort by: relevance | last modified time | path
    Searched defs:try_to_cough (Results 1 - 3 of 3) sorted by relevancy

  /src/games/rogue/
spec_hit.c 67 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 in typeref:typename:boolean
spec_hit.c 67 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 in typeref:typename:boolean
spec_hit.c 67 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 in typeref:typename:boolean

Completed in 131 milliseconds