Searched refs:botlx (Results 1 - 10 of 10) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h32 boolean botlx; /* print an entirely new bottom line */ member in struct:flag
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c319 if(flags.botl || flags.botlx) bot();
520 flags.botlx = 1;
H A Dbotl.c304 flags.botl = flags.botlx = 0;
H A Ddisplay.c1194 flags.botlx = 1; /* force a redraw of the bottom line */
1330 flags.botlx = 1; /* force update of botl window */
1368 if(flags.botl || flags.botlx) bot();
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c998 flags.botlx = 1;
1787 if(flags.botlx) *ob = 0;
1797 if(*ob || flags.botlx) {
2302 flags.botlx = 1;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h32 boolean botlx; /* print an entirely new bottom line */ member in struct:flag
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c319 if(flags.botl || flags.botlx) bot();
520 flags.botlx = 1;
H A Dbotl.c304 flags.botl = flags.botlx = 0;
H A Ddisplay.c1194 flags.botlx = 1; /* force a redraw of the bottom line */
1330 flags.botlx = 1; /* force update of botl window */
1368 if(flags.botl || flags.botlx) bot();
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c998 flags.botlx = 1;
1787 if(flags.botlx) *ob = 0;
1797 if(*ob || flags.botlx) {
2302 flags.botlx = 1;

Completed in 168 milliseconds