Searched refs:ingameflag (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/phantasia/
H A Dgamesupport.c26 / bool ingameflag - set if called while playing game (Wizard only)
53 / - the player is not in the middle of the game (ingameflag == FALSE)
64 changestats(bool ingameflag) argument
90 userlist(ingameflag);
97 if (!ingameflag)
198 && (ingameflag || strcmp(Login, playerp->p_login) != 0))
201 if (ingameflag) {
444 (!ingameflag || playerp != &Player))
455 if (ingameflag && playerp == &Player)
H A Dinterplayer.c693 / bool ingameflag - set if called while playing
717 userlist(bool ingameflag)
721 if (ingameflag && Player.p_blindness) {
741 if (ingameflag &&
712 userlist(bool ingameflag) argument

Completed in 80 milliseconds