OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:traps
(Results
1 - 9
of
9
) 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
...]
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
...]
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]);
hack.trap.c
76
const char *const
traps
[] = {
variable in typeref:typename:const char * const[]
115
pline("You escape a%s.",
traps
[ttype]);
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
uvm_extern.h
355
int
traps
; /* trap count */
member in struct:uvmexp
451
int64_t
traps
;
member in struct:uvmexp_sysctl
uvm_extern.h
355
int
traps
; /* trap count */
member in struct:uvmexp
451
int64_t
traps
;
member in struct:uvmexp_sysctl
Completed in 70 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025