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

  /src/games/hack/
hack.objnam.c 453 int cnt, spe, spesgn, typ, heavy; local in function:readobjnam
457 cnt = spe = spesgn = typ = heavy = 0;
484 spesgn = (*bp++ == '+') ? 1 : -1;
504 spesgn = 1;
658 spesgn = -1;
659 if (let != WAND_SYM && spesgn == -1)
669 if (spesgn == -1)

Completed in 25 milliseconds