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

  /src/games/phantasia/
phantstruct.h 64 char p_name[SZ_NAME]; /* name */
102 char sb_name[SZ_NAME]; /* name of player */
phantdefs.h 134 #define SZ_NAME 21 /* size of player name (incl. trailing nul) */
main.c 412 "Give your character a name [up to %d characters] ? ", SZ_NAME - 1);
413 getstring(Player.p_name, SZ_NAME);
776 getstring(Databuf, SZ_NAME);
gamesupport.c 193 getstring(Databuf, SZ_NAME);

Completed in 13 milliseconds