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

  /src/games/mille/
move.c 363 static bool last_ex = FALSE; /* set if last command was E */ local in function:getmove
365 if (last_ex) {
368 last_ex = FALSE;
425 if (last_ex)
432 last_ex = TRUE;
move.c 363 static bool last_ex = FALSE; /* set if last command was E */ local in function:getmove
365 if (last_ex) {
368 last_ex = FALSE;
425 if (last_ex)
432 last_ex = TRUE;
move.c 363 static bool last_ex = FALSE; /* set if last command was E */ local in function:getmove
365 if (last_ex) {
368 last_ex = FALSE;
425 if (last_ex)
432 last_ex = TRUE;

Completed in 32 milliseconds