Searched refs:PICK_NONE (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dwintype.h30 #define PICK_NONE 0 /* user picks nothing (display only) */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dwintype.h30 #define PICK_NONE 0 /* user picks nothing (display only) */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dinvent.c1747 want_reply ? PICK_ONE : PICK_NONE,
1788 n = select_menu(win, want_reply ? PICK_ONE : PICK_NONE, &selected);
2079 &pick_list, PICK_NONE, this_type_only) > 0)
2747 if (select_menu(win, PICK_NONE, &selected) > 0)
2829 (dflags & MINV_NOLET) ? PICK_NONE : PICK_ONE,
2875 PICK_NONE, allow_all);
2925 &selected, PICK_NONE, only_here) > 0)
H A Dspell.c1094 how = PICK_NONE; /* only one spell => nothing to swap with */
H A Dweapon.c975 n = select_menu(win, to_advance ? PICK_ONE : PICK_NONE, &selected);
H A Dcmd.c1228 n = select_menu(tmpwin, PICK_NONE, &selected);
H A Doptions.c2863 (opt_idx == 1) ? PICK_NONE : PICK_ANY,
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dinvent.c1747 want_reply ? PICK_ONE : PICK_NONE,
1788 n = select_menu(win, want_reply ? PICK_ONE : PICK_NONE, &selected);
2079 &pick_list, PICK_NONE, this_type_only) > 0)
2747 if (select_menu(win, PICK_NONE, &selected) > 0)
2829 (dflags & MINV_NOLET) ? PICK_NONE : PICK_ONE,
2875 PICK_NONE, allow_all);
2925 &selected, PICK_NONE, only_here) > 0)
H A Dspell.c1094 how = PICK_NONE; /* only one spell => nothing to swap with */
H A Dweapon.c975 n = select_menu(win, to_advance ? PICK_ONE : PICK_NONE, &selected);
H A Dcmd.c1228 n = select_menu(tmpwin, PICK_NONE, &selected);
H A Doptions.c2863 (opt_idx == 1) ? PICK_NONE : PICK_ANY,
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1153 /* collect group accelerators; for PICK_NONE, they're ignored;
1157 if (cw->how != PICK_NONE) {
1321 if (cw->how != PICK_NONE) {
1385 if (cw->how == PICK_NONE || !index(resp, morc)) {
2205 if (how == PICK_NONE) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dwintty.c1153 /* collect group accelerators; for PICK_NONE, they're ignored;
1157 if (cw->how != PICK_NONE) {
1321 if (cw->how != PICK_NONE) {
1385 if (cw->how == PICK_NONE || !index(resp, morc)) {
2205 if (how == PICK_NONE) {

Completed in 123 milliseconds