Searched refs:msg_history (Results 1 - 6 of 6) sorted by last modified time

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c831 if(iflags.msg_history < 20) iflags.msg_history = 20;
832 else if(iflags.msg_history > 60) iflags.msg_history = 60;
833 newwin->maxrow = newwin->rows = iflags.msg_history;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c831 if(iflags.msg_history < 20) iflags.msg_history = 20;
832 else if(iflags.msg_history > 60) iflags.msg_history = 60;
833 newwin->maxrow = newwin->rows = iflags.msg_history;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c510 iflags.msg_history = 20;
1140 iflags.msg_history = negated ? 0 : atoi(op);
3024 Sprintf(buf, "%u", iflags.msg_history);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c510 iflags.msg_history = 20;
1140 iflags.msg_history = negated ? 0 : atoi(op);
3024 Sprintf(buf, "%u", iflags.msg_history);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h162 unsigned msg_history; /* hint: # of top lines to save */ member in struct:instance_flags
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dflag.h162 unsigned msg_history; /* hint: # of top lines to save */ member in struct:instance_flags

Completed in 68 milliseconds