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

  /src/games/dab/
algor.cc 57 int ALGOR::find_closure(size_t& y, size_t& x, int& dir, BOARD& b) function in class:ALGOR
69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides",
108 while (find_closure(ty, tx, tdir, b)) {
algor.cc 57 int ALGOR::find_closure(size_t& y, size_t& x, int& dir, BOARD& b) function in class:ALGOR
69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides",
108 while (find_closure(ty, tx, tdir, b)) {

Completed in 142 milliseconds