Searched defs:check_move (Results 1 - 1 of 1) sorted by relevance

/sendmail/contrib/
H A Dqtool.pl36 ## Just create an Object with a check_move(source, dest) method and add it
223 $result = $conditions->check_move($source, $destination);
1185 ## check_move(source, dest). Each class represents some condition to
1218 sub check_move subroutine
1235 ## if every Condition Class in the list's check_move function returns
1266 sub check_move subroutine
1276 if (!$condition->check_move($source, $dest))
1311 sub check_move subroutine

Completed in 15 milliseconds