Home
last modified time | relevance | path

Searched refs:curc (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/backgammon/common_source/
H A Dfancy.c254 c = curc; in refresh()
405 realc = curc; in curmove()
408 curc = c; in curmove()
429 c = curc; in newpos()
431 curc = realc; in newpos()
456 if (c >= curc && (n = (r - curr) + (c - curc) * lND) < ccount) { in newpos()
461 if (c < curc && (n = (r - curr) + (curc - c) * lBC) < ccount) { in newpos()
487 if (curr == r && c > curc && linect[r] < curc && c - curc < ccount) in newpos()
572 curc = c; in newpos()
678 c = curc - 1; in cline()
[all …]
H A Dsubs.c173 c = curc; in gwrite()
440 col = curc; in roll()
H A Dinit.c76 int curc; variable
H A Dback.h132 extern int curc; /* column position of cursor */
H A Dsave.c76 curmove(curr, curc - 1); in save()
H A Dtable.c113 curmove(curr, curc - 1); in checkmove()
/dragonfly/games/backgammon/teachgammon/
H A Dtutor.c133 c = curc; in clrest()