Searched refs:WIN_CANCELLED (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h49 #define WIN_CANCELLED 1 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h49 #define WIN_CANCELLED 1 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1312 cw->flags |= WIN_CANCELLED;
1448 cw->flags |= WIN_CANCELLED;
1484 cw->flags |= WIN_CANCELLED;
1498 if(cw->flags & WIN_CANCELLED)
1769 ((cw->flags & WIN_CANCELLED) && (cw->type != NHW_MESSAGE)))
1963 if(wins[datawin]->flags & WIN_CANCELLED)
2174 cancelled = !!(cw->flags & WIN_CANCELLED);
2224 wins[WIN_MESSAGE]->flags &= ~WIN_CANCELLED;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1312 cw->flags |= WIN_CANCELLED;
1448 cw->flags |= WIN_CANCELLED;
1484 cw->flags |= WIN_CANCELLED;
1498 if(cw->flags & WIN_CANCELLED)
1769 ((cw->flags & WIN_CANCELLED) && (cw->type != NHW_MESSAGE)))
1963 if(wins[datawin]->flags & WIN_CANCELLED)
2174 cancelled = !!(cw->flags & WIN_CANCELLED);
2224 wins[WIN_MESSAGE]->flags &= ~WIN_CANCELLED;

Completed in 43 milliseconds