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

  /src/games/rogue/
trap.c 58 trap traps[MAX_TRAPS]; variable in typeref:typename:trap[]
62 static const char *const trap_strings[TRAPS * 2] = {
82 for (i = 0; ((i < MAX_TRAPS) && (traps[i].trap_type != NO_TRAP)); i++) {
83 if ((traps[i].trap_row == row) && (traps[i].trap_col == col)) {
84 return(traps[i].trap_type);
164 traps[i].trap_type = get_rand(0, (TRAPS - 1));
181 traps[i].trap_row = row;
182 traps[i].trap_col = col
    [all...]
  /src/games/hack/
hack.trap.c 76 const char *const traps[] = { variable in typeref:typename:const char * const[]
115 pline("You escape a%s.", traps[ttype]);
  /src/sys/uvm/
uvm_extern.h 355 int traps; /* trap count */ member in struct:uvmexp
451 int64_t traps; member in struct:uvmexp_sysctl

Completed in 12 milliseconds