Home
last modified time | relevance | path

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

/dragonfly/games/sail/
HDextern.h64 #define grappled2(a, b) ((a)->file->grap[(b)->file->index].sn_count) macro
66 #define snagged2(a, b) (grappled2(a, b) + fouled2(a, b))
69 ? grappled2(a, b) : 0)
HDpl_3.c226 if (range(ms, sp) > 1 && !grappled2(ms, sp)) in grapungrap()
241 for (i = grappled2(ms, sp); --i >= 0;) { in grapungrap()
HDdr_4.c50 if ((k = grappled2(from, to)) == 0) in ungrap()
HDpl_5.c194 } else if ((fouled2(ms, sp) || grappled2(ms, sp)) && crew[2]) { in acceptboard()
HDdr_2.c78 if (grappled2(sp, sq)) { in thinkofgrapples()