Home
last modified time | relevance | path

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

/openbsd-src/games/backgammon/backgammon/
H A Dmain.c203 colorptr = &color[3]; in main()
213 colorptr = &color[2]; in main()
300 printw("%s%s%s", toobad1, *colorptr, unable); in main()
336 printw("%s%s%s", toobad2, *colorptr, cantmv); in main()
/openbsd-src/games/backgammon/common_source/
H A Dinit.c65 const char *const *colorptr; variable
H A Dback.h123 extern const char *const *colorptr; /* color of current player */
H A Dsubs.c186 colorptr += c; in nexturn()
/openbsd-src/games/backgammon/teachgammon/
H A Dtutor.c54 colorptr = &color[2]; in tutor()