Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dhandwave.h80 #define QuVal_Hand_Both (1024) macro
81 #define QuVal_Hand_MASK (QuVal_Hand_Left | QuVal_Hand_Right | QuVal_Hand_Both)
H A Dxquery.c324 if (spellnum & QuVal_Hand_Both) {
327 (~QuVal_Hand_Both)].name) + 16));
330 (~QuVal_Hand_Both)].name);
333 handage = spelllist[spellnum & (~QuVal_Hand_Both)].name;
455 else if (jx & QuVal_Hand_Both)
797 if (hlist[py->query_sel+1] & QuVal_Hand_Both) {
H A Dstupid.c106 printf("%d: %s%s%s", jx, spelllist[spellnum & (~QuVal_Hand_Both)].name,
107 ((spellnum & QuVal_Hand_Both) ? " [both hands]" : ""),
301 else if (jx & QuVal_Hand_Both)
H A Dengine.c988 llist[lcount] = jx | QuVal_Hand_Both;
990 rlist[rcount] = jx | QuVal_Hand_Both;
1070 if (lspel>=0 && (lspel & QuVal_Hand_Both)) {
1075 res->spellnum = lspel & (~QuVal_Hand_Both);
1085 if (rspel>=0 && (rspel & QuVal_Hand_Both)) {
1236 orval = QuVal_Hand_Both;