Home
last modified time | relevance | path

Searched refs:botlx (Results 1 – 3 of 3) sorted by relevance

/original-bsd/games/hack/
H A Ddef.flag.h30 unsigned botlx:1; /* print an entirely new bottom line */ member
H A Dhack.main.c268 flags.botlx = 1;
364 if(flags.botl || flags.botlx) bot();
H A Dhack.pri.c219 flags.botlx = 1; in docrt()
597 if(flags.botlx) *ob = 0; in bot()
598 flags.botl = flags.botlx = 0; in bot()
659 flags.botlx = 1; in cls()