Searched refs:prevmsg_window (Results 1 - 8 of 8) sorted by path

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h183 char prevmsg_window; /* type of old message window to use */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c512 iflags.prevmsg_window = 's';
1162 iflags.prevmsg_window = 's';
1165 iflags.prevmsg_window = 'c';
1168 iflags.prevmsg_window = 'f';
1171 iflags.prevmsg_window = 'r';
2693 iflags.prevmsg_window = window_pick->item.a_char;
3027 Sprintf(buf, "%s", (iflags.prevmsg_window=='s') ? "single" :
3028 (iflags.prevmsg_window=='c') ? "combination" :
3029 (iflags.prevmsg_window=='f') ? "full" : "reversed");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c81 if (iflags.prevmsg_window != 's') {
99 } else if (doprev && iflags.prevmsg_window == 's') {
H A Dtopl.c31 if ((iflags.prevmsg_window != 's') && !ttyDisplay->inread) { /* not single */
32 if(iflags.prevmsg_window == 'f') { /* full */
46 } else if (iflags.prevmsg_window == 'c') { /* combination */
102 } else if(iflags.prevmsg_window == 's') { /* single */
366 if (iflags.prevmsg_window != 's') {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h183 char prevmsg_window; /* type of old message window to use */ member in struct:instance_flags
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c512 iflags.prevmsg_window = 's';
1162 iflags.prevmsg_window = 's';
1165 iflags.prevmsg_window = 'c';
1168 iflags.prevmsg_window = 'f';
1171 iflags.prevmsg_window = 'r';
2693 iflags.prevmsg_window = window_pick->item.a_char;
3027 Sprintf(buf, "%s", (iflags.prevmsg_window=='s') ? "single" :
3028 (iflags.prevmsg_window=='c') ? "combination" :
3029 (iflags.prevmsg_window=='f') ? "full" : "reversed");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c81 if (iflags.prevmsg_window != 's') {
99 } else if (doprev && iflags.prevmsg_window == 's') {
H A Dtopl.c31 if ((iflags.prevmsg_window != 's') && !ttyDisplay->inread) { /* not single */
32 if(iflags.prevmsg_window == 'f') { /* full */
46 } else if (iflags.prevmsg_window == 'c') { /* combination */
102 } else if(iflags.prevmsg_window == 's') { /* single */
366 if (iflags.prevmsg_window != 's') {

Completed in 74 milliseconds