Home
last modified time | relevance | path

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

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-store.c580 inkey_nonblock = TRUE; in display_store()
583 inkey_nonblock = FALSE; in display_store()
H A Dc-variable.c126 bool inkey_nonblock = FALSE; /* Set to TRUE for a single non-blocking read. */ variable
H A Dc-externs.h165 extern bool inkey_nonblock;
H A Dc-util.c299 if (inkey_nonblock) in inkey_aux()
740 if (!ke.key && inkey_nonblock) return (ke); in inkey_ex()