Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Ddef.flag.h91 unsigned botlx:1; /* print an entirely new bottom line */ member
Dhack.pri.c296 flags.botlx = 1; in docrt()
674 if(flags.botlx) *ob = 0; in bot()
675 flags.botl = flags.botlx = 0; in bot()
748 flags.botlx = 1; in cls()
Dhack.main.c315 flags.botlx = 1; in main()
411 if(flags.botl || flags.botlx) bot(); in main()