Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.save.c74 extern char pl_character[PL_CSIZ];
Dhack.u_init.c75 char pl_character[PL_CSIZ];
Dhack.main.c80 extern char plname[PL_NSIZ], pl_character[PL_CSIZ];
Dhack.h212 #define PL_CSIZ 20 /* sizeof pl_character */ macro