Home
last modified time | relevance | path

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

/openbsd/games/cribbage/
H A Dsupport.c178 bool myturn; in chkscr() local
180 myturn = (scr == &cscore); in chkscr()
182 prpeg(Lastscore[(int)myturn], '.', myturn); in chkscr()
183 Lastscore[(int)myturn] = *scr; in chkscr()
185 prpeg(*scr, PEG, myturn); in chkscr()
197 prpeg(int score, int peg, bool myturn) in prpeg() argument
201 if (!myturn) in prpeg()
225 mvprintw(SCORE_Y + (myturn ? 7 : 1), SCORE_X + 10, "%3d", score); in prpeg()
H A Dcrib.c444 bool myturn, mego, ugo, last, played; in peg() local
456 myturn = !mycrib; in peg()
462 if (myturn) { in peg()
470 myturn = !myturn; in peg()
510 myturn = !myturn; in peg()
520 myturn = !myturn; in peg()
566 myturn = !myturn; in peg()
570 if (!myturn) in peg()
/openbsd/games/phantasia/
H A Dphantglobs.h113 void myturn(void);
H A Dinterplayer.c209 myturn(); in battleplayer()
368 myturn(void) in myturn() function