Home
last modified time | relevance | path

Searched refs:PL_NSIZ (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/hack/
HDdef.eshk.h85 char customer[PL_NSIZ]; /* most recent customer */
86 char shknam[PL_NSIZ];
HDhack.shknam.c226 (void) strncpy(nampt, q[i], PL_NSIZ); in findname()
227 nampt[PL_NSIZ - 1] = 0; in findname()
HDhack.Decl.c66 char plname[PL_NSIZ];/* player name */
67 char lock[PL_NSIZ + 4] = "1lock"; /* long enough for login name
HDhack.h89 #define PL_NSIZ 32 /* name of player, ghost, shopkeeper */ macro
201 extern char lock[PL_NSIZ + 4];
205 extern char plname[PL_NSIZ], pl_character[PL_CSIZ];
HDhack.shk.c312 strncmp(ESHK(shopkeeper)->customer, plname, PL_NSIZ)) { in inshop()
317 (void) strncpy(ESHK(shopkeeper)->customer, plname, PL_NSIZ); in inshop()
357 strncmp(ESHK(shopkeeper)->customer, plname, PL_NSIZ)) in findshk()
519 if (strncmp(ESHK(shkp)->customer, plname, PL_NSIZ) in dopay()
956 if (strncmp(ESHK(shkp)->customer, plname, PL_NSIZ)) { in shk_move()
HDhack.main.c86 char SAVEF[PL_NSIZ + 11] = "save/"; /* save/99999player */