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

  /src/games/rogue/
pack.c 140 if (pack_count(obj) >= MAX_PACK_COUNT) {
470 pack_count(const object *new_obj) function in typeref:typename:short
rogue.h 566 short pack_count(const object *);
object.c 739 if (pack_count(NULL) >= MAX_PACK_COUNT) {

Completed in 13 milliseconds