HomeSort by: relevance | last modified time | path
    Searched defs:oldw (Results 1 - 6 of 6) sorted by relevancy

  /src/games/backgammon/common_source/
fancy.c 91 static int oldw; variable in typeref:typename:int
193 oldw = -(off[0] < 0 ? off[0] + 15 : off[0]);
283 if (oldw != i) {
284 fixpos(oldw, i, 13, 54, -1);
285 oldw = i;
fancy.c 91 static int oldw; variable in typeref:typename:int
193 oldw = -(off[0] < 0 ? off[0] + 15 : off[0]);
283 if (oldw != i) {
284 fixpos(oldw, i, 13, 54, -1);
285 oldw = i;
fancy.c 91 static int oldw; variable in typeref:typename:int
193 oldw = -(off[0] < 0 ? off[0] + 15 : off[0]);
283 if (oldw != i) {
284 fixpos(oldw, i, 13, 54, -1);
285 oldw = i;
  /src/games/snake/snake/
snake.c 598 static int oldw = 0; variable in typeref:typename:int
640 if (i == oldw)
657 oldw = w = i;
snake.c 598 static int oldw = 0; variable in typeref:typename:int
640 if (i == oldw)
657 oldw = w = i;
snake.c 598 static int oldw = 0; variable in typeref:typename:int
640 if (i == oldw)
657 oldw = w = i;

Completed in 36 milliseconds