Searched refs:WIN_STOP (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c198 cw->flags |= WIN_STOP;
225 if ((ttyDisplay->toplin == 1 || (cw->flags & WIN_STOP)) &&
232 if(!(cw->flags & WIN_STOP))
235 } else if (!(cw->flags & WIN_STOP)) {
257 if(!notdied) cw->flags &= ~WIN_STOP;
258 if(!(cw->flags & WIN_STOP)) redotoplin(toplines);
343 if(ttyDisplay->toplin == 1 && !(cw->flags & WIN_STOP)) more();
344 cw->flags &= ~WIN_STOP;
H A Dgetline.c55 if(ttyDisplay->toplin == 1 && !(cw->flags & WIN_STOP)) more();
56 cw->flags &= ~WIN_STOP;
H A Dwintty.c2531 wins[WIN_MESSAGE]->flags &= ~WIN_STOP;
2566 wins[WIN_MESSAGE]->flags &= ~WIN_STOP;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c198 cw->flags |= WIN_STOP;
225 if ((ttyDisplay->toplin == 1 || (cw->flags & WIN_STOP)) &&
232 if(!(cw->flags & WIN_STOP))
235 } else if (!(cw->flags & WIN_STOP)) {
257 if(!notdied) cw->flags &= ~WIN_STOP;
258 if(!(cw->flags & WIN_STOP)) redotoplin(toplines);
343 if(ttyDisplay->toplin == 1 && !(cw->flags & WIN_STOP)) more();
344 cw->flags &= ~WIN_STOP;
H A Dgetline.c55 if(ttyDisplay->toplin == 1 && !(cw->flags & WIN_STOP)) more();
56 cw->flags &= ~WIN_STOP;
H A Dwintty.c2531 wins[WIN_MESSAGE]->flags &= ~WIN_STOP;
2566 wins[WIN_MESSAGE]->flags &= ~WIN_STOP;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h50 #define WIN_STOP 1 /* for NHW_MESSAGE; stops output */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintty.h50 #define WIN_STOP 1 /* for NHW_MESSAGE; stops output */ macro

Completed in 98 milliseconds