Home
last modified time | relevance | path

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

/original-bsd/games/phantasia/
H A Dphantstruct.h58 char p_name[SZ_NAME]; /* name */
96 char sb_name[SZ_NAME]; /* name of player */
H A Dphantdefs.h123 #define SZ_NAME 21 /* size of player name (incl. trailing nul) */ macro
H A Dmain.c456 "Give your character a name [up to %d characters] ? ", SZ_NAME - 1); in rollnewplayer()
457 getstring(Player.p_name, SZ_NAME); in rollnewplayer()
892 getstring(Databuf, SZ_NAME); in recallplayer()
H A Dgamesupport.c234 getstring(Databuf, SZ_NAME);