Searched refs:toptenwin (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c85 static winid toptenwin = WIN_ERR; variable
91 if (toptenwin == WIN_ERR)
94 putstr(toptenwin, ATR_NONE, x);
101 if (toptenwin == WIN_ERR)
104 putstr(toptenwin, ATR_BOLD, x);
274 if (flags.toptenwin) {
275 toptenwin = create_nhwindow(NHW_TEXT);
530 if (flags.toptenwin && !done_stopprint) display_nhwindow(toptenwin, 1);
533 if (flags.toptenwin) {
[all...]
H A Dend.c903 if (flags.toptenwin) {
H A Doptions.c189 {"toptenwin",&flags.toptenwin, FALSE, SET_IN_GAME},
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c85 static winid toptenwin = WIN_ERR; variable
91 if (toptenwin == WIN_ERR)
94 putstr(toptenwin, ATR_NONE, x);
101 if (toptenwin == WIN_ERR)
104 putstr(toptenwin, ATR_BOLD, x);
274 if (flags.toptenwin) {
275 toptenwin = create_nhwindow(NHW_TEXT);
530 if (flags.toptenwin && !done_stopprint) display_nhwindow(toptenwin, 1);
533 if (flags.toptenwin) {
[all...]
H A Dend.c903 if (flags.toptenwin) {
H A Doptions.c189 {"toptenwin",&flags.toptenwin, FALSE, SET_IN_GAME},
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h83 boolean toptenwin; /* ending list in window instead of stdout */ member in struct:flag
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h83 boolean toptenwin; /* ending list in window instead of stdout */ member in struct:flag
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2610 \item[\ib{toptenwin}]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2610 \item[\ib{toptenwin}]

Completed in 78 milliseconds