Home
last modified time | relevance | path

Searched refs:p_password (Results 1 – 5 of 5) sorted by relevance

/original-bsd/games/phantasia/
H A Dgamesupport.c120 printw("B:Password %s\n", playerp->p_password);
226 if (strcmp(Databuf, playerp->p_password) != 0)
257 getstring(playerp->p_password, SZ_PASSWORD);
259 while (strcmp(playerp->p_password, Databuf) != 0);
H A Dphantstruct.h59 char p_password[SZ_PASSWORD];/* password */ member
H A Dconvert.c167 strcpy(Newplayer.p_password, Oldplayer.o_password); in main()
H A Dmain.c479 getstring(Player.p_password, SZ_PASSWORD); in rollnewplayer()
483 while (strcmp(Player.p_password, Databuf) != 0); in rollnewplayer()
905 if (strcmp(Databuf, Player.p_password) == 0) in recallplayer()
H A Dmisc.c1379 playerp->p_password[0] =