Home
last modified time | relevance | path

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

/openbsd/games/hunt/hunt/
H A Dclient.h38 extern char map_key[256]; /* HUNT envvar */
H A Dhunt.c57 char map_key[256]; /* what to map keys to */ variable
525 map_key[i] = (char) i; in env_init()
598 map_key[(unsigned int) *s] = *(s + 1); in env_init()
H A Dplayit.c246 *nsp = map_key[(int)*sp]; in send_stuff()