Home
last modified time | relevance | path

Searched refs:offopp (Results 1 – 8 of 8) sorted by relevance

/netbsd/games/backgammon/common_source/
H A Done.c82 if (*offopp >= 0) in makmove()
83 *offopp -= 15; in makmove()
169 if (*inopp + *offopp == 0) in backone()
170 *offopp += 15; in backone()
H A Dinit.c75 int *offopp; variable
H A Dcheck.c63 if (*offopp == 15) in getmove()
H A Dback.h116 extern int *offopp; /* pointer to off for opponent */
H A Dsubs.c287 offopp -= c; in nexturn()
/netbsd/games/backgammon/backgammon/
H A Dmain.c273 offopp = &off[0]; in main()
283 offopp = &off[1]; in main()
331 if (*offopp == 15) { in main()
474 if (*offopp == 15 && (*offptr == 0 || *offptr == -15)) { in main()
H A Dextra.c122 int OFFO = *offopp; /* no. of player's men off */ in dblgood()
/netbsd/games/backgammon/teachgammon/
H A Dtutor.c63 offopp = &off[1]; in tutor()