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

  /src/games/adventure/
subr.c 63 toting(int objj) function in typeref:typename:int
74 if (place[objj] == loc || toting(objj))
226 if (toting(j))
247 if (toting(j))
368 if (toting(k) || (newloc > 200 && at(k)))
428 if (holding == 0 || (holding == 1 && toting(emerald)))
461 if (!toting(bear))
523 if (here(bird) && toting(rod) && obj == bird)
575 if (toting(obj))
592 if (toting(bottle) && prop[bottle] == 1
    [all...]
subr.c 63 toting(int objj) function in typeref:typename:int
74 if (place[objj] == loc || toting(objj))
226 if (toting(j))
247 if (toting(j))
368 if (toting(k) || (newloc > 200 && at(k)))
428 if (holding == 0 || (holding == 1 && toting(emerald)))
461 if (!toting(bear))
523 if (here(bird) && toting(rod) && obj == bird)
575 if (toting(obj))
592 if (toting(bottle) && prop[bottle] == 1
    [all...]

Completed in 20 milliseconds