Lines Matching refs:Other
64 /* use 'Other' structure */
65 playerp = &Other;
196 if (Wizard || findname(Databuf, &Other) < 0L)
484 while (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) == 1)
485 if (Other.p_status != S_NOTUSED)
487 Other.p_name, Other.p_login, Other.p_level,
488 descrtype(&Other, FALSE), descrstatus(&Other));
506 if (fread((char *) &Other, SZ_PLAYERSTRUCT, 1, Playersfp) != 1)
509 daysold = today - Other.p_lastused;
515 freerecord(&Other, loc);