Home
last modified time | relevance | path

Searched refs:conf_cloaklen (Results 1 – 4 of 4) sorted by relevance

/openbsd/games/hunt/huntd/
H A Dconf.h49 extern int conf_cloaklen;
H A Dconf.c60 int conf_cloaklen = 20; variable
115 { "cloaklen", &conf_cloaklen, Vint },
H A Dexecute.c548 pp->p_cloak += conf_cloaklen; in cloak()
H A Danswer.c353 newpp->p_cloak = conf_cloaklen; in stplayer()