Searched refs:item (Results 51 - 66 of 66) sorted by relevance

123

/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_wear.c1205 /* Be warned! We want off_msg after removing the item to
1207 * item which grants fire resistance might cause some trouble
1749 /* also for praying; find worn item that confers "Unchanging" attribute */
1775 why = 0; /* the item which prevents ring removal */
1820 why = 0; /* the item which prevents disrobing */
2006 * would always produce a delay 1 too big per item unless we subtract
2076 if (pick_list[i].item.a_int == ALL_TYPES_SELECTED)
2079 add_valid_menu_class(pick_list[i].item.a_int);
2094 (void) select_off(pick_list[i].item.a_obj);
H A Dcmd.c431 cbuf[matchlevel++] = pick_list[0].item.a_char;
1311 Sprintf(buf, "polymorphed %ld item%s",
1489 {"name", "name an item or type of object", ddocall, TRUE},
2489 int item = 'a'; local
2509 add_menu(win, NO_GLYPH, &any, item++, 0, ATR_NONE,
2516 n = pick_list[0].item.a_int - 1;
H A Dpager.c918 end_menu(tmpwin, "Select one item:");
922 *sel = selected[0].item.a_int - 1;
H A Dweapon.c849 * to be able to update the menu since selecting one item could make
978 n = selected[0].item.a_int - 1; /* get item selected */
H A Dartifact.c522 quest item can touch anything except for `spec_applies' artifacts */
1303 i = selected[0].item.a_int - 1;
1446 /* Return the price sold to the hero of a given artifact or unique item */
H A Ddungeon.c1698 idx = selected[0].item.a_int - 1;
H A Dapply.c1143 * for an item, but (Yendorian Fuel) Taxes are inevitable...
1185 check_unpaid_usage(uwep, TRUE); /* unusual item use */
2541 tohit = selected[0].item.a_int - 1;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h562 QArray<MenuItem> item; member in class:NetHackQtMenuWindow
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c431 cbuf[matchlevel++] = pick_list[0].item.a_char;
1311 Sprintf(buf, "polymorphed %ld item%s",
1489 {"name", "name an item or type of object", ddocall, TRUE},
2489 int item = 'a'; local
2509 add_menu(win, NO_GLYPH, &any, item++, 0, ATR_NONE,
2516 n = pick_list[0].item.a_int - 1;
H A Dpager.c918 end_menu(tmpwin, "Select one item:");
922 *sel = selected[0].item.a_int - 1;
H A Dweapon.c849 * to be able to update the menu since selecting one item could make
978 n = selected[0].item.a_int - 1; /* get item selected */
H A Dartifact.c522 quest item can touch anything except for `spec_applies' artifacts */
1303 i = selected[0].item.a_int - 1;
1446 /* Return the price sold to the hero of a given artifact or unique item */
H A Ddungeon.c1698 idx = selected[0].item.a_int - 1;
H A Dapply.c1143 * for an item, but (Yendorian Fuel) Taxes are inevitable...
1185 check_unpaid_usage(uwep, TRUE); /* unusual item use */
2541 tohit = selected[0].item.a_int - 1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_win.h562 QArray<MenuItem> item; member in class:NetHackQtMenuWindow
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dregcomp.c373 union tre_stack_item item; \
374 item.typetag ## _value = value; \
375 return tre_stack_push(s, item); \

Completed in 1720 milliseconds

123