Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Ddef.flag.h92 unsigned botlx:1; /* print an entirely new bottom line */ member
H A Dhack.pri.c314 flags.botlx = 1; in docrt()
720 if (flags.botlx) in bot()
722 flags.botl = flags.botlx = 0; in bot()
801 flags.botlx = 1; in cls()
H A Dhack.main.c338 flags.botlx = 1; in main()
440 if (flags.botl || flags.botlx) in main()
H A Dhack.mon.c208 flags.botlx = 1; /* should we show status line ? */ in youswld()