Home
last modified time | relevance | path

Searched refs:S_OFF (Results 1 – 5 of 5) sorted by relevance

/openbsd/games/phantasia/
H A Dphantdefs.h17 #define S_OFF 1 /* not playing */ macro
H A Dmisc.c739 Player.p_status = S_OFF; in allocrecord()
810 Player.p_status = S_OFF; in leavegame()
1502 case S_OFF: in descrstatus()
H A Dinterplayer.c53 if (Other.p_status != S_OFF in checkbattle()
815 if (Other.p_status != S_OFF) in throneroom()
H A Dgamesupport.c447 playerp->p_status = S_OFF; in changestats()
H A Dmain.c904 if (Player.p_status != S_OFF) in recallplayer()