Home
last modified time | relevance | path

Searched refs:draw_offer_pending (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dmain.c4686 if (draw_offer_pending) {
4689 draw_offer_pending = 0;
H A Ddata.h116 extern int draw_offer_pending;
H A Ddata.c528 int draw_offer_pending = 0; variable
H A Doption.c473 draw_offer_pending = 1; in Option()