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

  /src/games/rogue/
ring.c 118 do_put_on(ring, 1);
120 do_put_on(ring, 0);
130 * Do not call ring_stats() from within do_put_on(). It will cause
131 * serious problems when do_put_on() is called from read_pack() in restore().
135 do_put_on(object *ring, boolean on_left) function in typeref:typename:void
ring.c 118 do_put_on(ring, 1);
120 do_put_on(ring, 0);
130 * Do not call ring_stats() from within do_put_on(). It will cause
131 * serious problems when do_put_on() is called from read_pack() in restore().
135 do_put_on(object *ring, boolean on_left) function in typeref:typename:void
ring.c 118 do_put_on(ring, 1);
120 do_put_on(ring, 0);
130 * Do not call ring_stats() from within do_put_on(). It will cause
131 * serious problems when do_put_on() is called from read_pack() in restore().
135 do_put_on(object *ring, boolean on_left) function in typeref:typename:void

Completed in 76 milliseconds