Home
last modified time | relevance | path

Searched refs:conf_ptrip_back (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/games/hunt/huntd/
Dconf.h27 extern int conf_ptrip_back;
Dconf.c38 int conf_ptrip_back = 95; variable
93 { "ptrip_back", &conf_ptrip_back, Vint },
Dexecute.c247 pickup(pp, y, x, conf_ptrip_back, Maze[y][x]); in move_player()