Home
last modified time | relevance | path

Searched refs:bl_busy (Results 1 – 2 of 2) sorted by relevance

/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dbotl.h54 bl_busy, enumerator
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dbotl.c582 { 20, BL_MASK_BUSY, bl_busy, { "Busy", "Bsy", "By" } },
617 { bl_busy, "busy", opt_in, FALSE, FALSE, FALSE },
930 } else if (condtests[bl_busy].enabled) { in bot_via_windowport()
931 condtests[bl_busy].test = TRUE; in bot_via_windowport()
935 condtests[bl_sleeping].test = condtests[bl_busy].test = FALSE; in bot_via_windowport()