HomeSort by: relevance | last modified time | path
    Searched refs:p_password (Results 1 - 4 of 4) sorted by relevancy

  /src/games/phantasia/
phantstruct.h 65 char p_password[SZ_PASSWORD];/* password */ member in struct:player
gamesupport.c 86 printw("B:Password %s\n", playerp->p_password);
186 if (strcmp(Databuf, playerp->p_password) != 0)
216 getstring(playerp->p_password, SZ_PASSWORD);
218 while (strcmp(playerp->p_password, Databuf) != 0);
main.c 435 getstring(Player.p_password, SZ_PASSWORD);
439 while (strcmp(Player.p_password, Databuf) != 0);
788 if (strcmp(Databuf, Player.p_password) == 0)
misc.c 924 playerp->p_password[0] =

Completed in 14 milliseconds