Home | History | Annotate | Download | only in phantasia

Lines Matching refs:Databuf

43 		getstring(Databuf, SZ_DATABUF);
44 truncstring(Databuf);
46 if (Databuf[0] == '\0')
58 if (strcmp(Databuf, Player.p_name) == 0)
68 if (loc < 0L && (loc = findname(Databuf, playerp)) < 0L)
184 getstring(Databuf, 9);
186 if (strcmp(Databuf, playerp->p_password) != 0)
193 getstring(Databuf, SZ_NAME);
194 truncstring(Databuf);
195 if (Databuf[0] != '\0')
196 if (Wizard || findname(Databuf, &Other) < 0L)
197 strcpy(playerp->p_name, Databuf);
210 getstring(Databuf, SZ_PASSWORD);
211 if (Databuf[0] == '\0')
218 while (strcmp(playerp->p_password, Databuf) != 0);