Home
last modified time | relevance | path

Searched refs:shopping_buying (Results 1 – 5 of 5) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-store.c305 shopping_buying = TRUE; in store_purchase()
311 shopping_buying = FALSE; in store_purchase()
473 shopping_buying = FALSE; in display_store()
H A Dc-variable.c59 bool shopping_buying; /* Are we buying? */ variable
H A Dc-cmd.c101 shopping_buying = TRUE; in cmd_custom()
103 shopping_buying = FALSE; in cmd_custom()
H A Dc-externs.h96 extern bool shopping_buying;
H A Dnet-client.c535 if (shopping_buying) inkey_exit = TRUE; /* Cancel input */ in recv_store()