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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h123 extern char morc; /* last character typed to xwaitforspace */
H A Dwintty.h88 extern char morc; /* last character typed to xwaitforspace */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwinami.h123 extern char morc; /* last character typed to xwaitforspace */
H A Dwintty.h88 extern char morc; /* last character typed to xwaitforspace */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c48 morc = 0;
79 } while (morc == C('p'));
82 morc = 0;
105 morc = 0;
114 } while (morc == C('p'));
197 if(morc == '\033')
204 } else if(morc == '\033') {
H A Dgetline.c17 char morc = 0; /* tell the outside world what char you chose */ variable
186 morc = 0;
192 morc = (char) c;
H A Dwintty.c1280 morc = map_menu_cmd(morc);
1281 switch (morc) {
1284 if (!counting && index(gacc, morc)) goto group_accel;
1288 count = (count * 10L) + (long) (morc - '0');
1385 if (cw->how == PICK_NONE || !index(resp, morc)) {
1389 } else if (index(gacc, morc)) {
1393 invert_all(window, page_start, page_end, morc);
1401 if (morc == curr->selector) {
1447 if (morc
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtopl.c48 morc = 0;
79 } while (morc == C('p'));
82 morc = 0;
105 morc = 0;
114 } while (morc == C('p'));
197 if(morc == '\033')
204 } else if(morc == '\033') {
H A Dgetline.c17 char morc = 0; /* tell the outside world what char you chose */ variable
186 morc = 0;
192 morc = (char) c;
H A Dwintty.c1280 morc = map_menu_cmd(morc);
1281 switch (morc) {
1284 if (!counting && index(gacc, morc)) goto group_accel;
1288 count = (count * 10L) + (long) (morc - '0');
1385 if (cw->how == PICK_NONE || !index(resp, morc)) {
1389 } else if (index(gacc, morc)) {
1393 invert_all(window, page_start, page_end, morc);
1401 if (morc == curr->selector) {
1447 if (morc
[all...]

Completed in 163 milliseconds