Home
last modified time | relevance | path

Searched refs:floor_item (Results 1 – 14 of 14) sorted by relevance

/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-cmd.c136 if (item < 0 && floor_item.number > 1) in cmd_custom()
139 value = c_get_quantity(prompt, floor_item.number); in cmd_custom()
157 need_target = (floor_item.ident & ITEM_ASK_AIM ? TRUE : FALSE); in cmd_custom()
158 need_second = (floor_item.ident & ITEM_ASK_ITEM ? TRUE : FALSE); in cmd_custom()
764 if (floor_item.number == amt) in item_prompt()
805 if (floor_item.number > 1) in cmd_destroy()
807 amt = c_get_quantity("How many? ", floor_item.number); in cmd_destroy()
812 if (floor_item.number == amt) in cmd_destroy()
H A Dc-inven.c259 if (floor_item.tval in get_item_by_name()
260 && item_tester_okay(&floor_item) in get_item_by_name()
404 if (floor_item.tval && floor_) allow_floor = item_tester_okay(&floor_item); in c_get_item()
H A Dc-variable.c18 object_type floor_item; variable
H A Dmain-sdl2.c4478 if (term2_item_pref < 0 && floor_item.tval == 0) in drawIconPanel_Commands()
4487 if (term2_item_pref < 0) attr = floor_item.sval; in drawIconPanel_Commands()
4703 iconText(box.x+fw, box.y+fh/3, floor_item.sval, floor_name, FALSE); in drawIconPanel_Inventory()
4715 if (floor_item.tval) in drawIconPanel_Inventory()
4717 iconPict(&pre_pos, floor_item.ix, floor_item.iy, TRUE); in drawIconPanel_Inventory()
4719 if (floor_item.number > 1) in drawIconPanel_Inventory()
4721 sprintf(numbuf, "%2d", floor_item.number); in drawIconPanel_Inventory()
4931 if (floor_item.tval) in drawIconPanel_Slots()
4933 iconPict(&pre_pos, floor_item.ix, floor_item.iy, TRUE); in drawIconPanel_Slots()
4935 if (floor_item.number > 1) in drawIconPanel_Slots()
[all …]
H A Dnet-client.c1968 floor_item.sval = attr; /* Hack -- Store "attr" in "sval" */ in recv_floor()
1969 floor_item.tval = tval; in recv_floor()
1970 floor_item.number = amt; in recv_floor()
1971 floor_item.ident = flag; /* Hack -- Store "flag" in "ident" */ in recv_floor()
1972 floor_item.ix = ga; /* Hack -- Store "A" in "ix" */ in recv_floor()
1973 floor_item.iy = gc; /* Hack -- Store "C" in "iy" */ in recv_floor()
H A Dc-cmd0.c963 if (item < 0) o_ptr = &floor_item; in command_tester_okay()
1243 int num = item < 0 ? floor_item.number : inventory[item].number; in do_cmd_term_inject_item()
H A Dc-xtra1.c811 if (floor_item.tval) in display_floor_item()
813 if (item_tester_okay(&floor_item)) in display_floor_item()
815 Term_putstr(3, i, strlen(floor_name), floor_item.sval, floor_name); in display_floor_item()
H A Dc-externs.h57 extern object_type floor_item;
/dports/security/py-angr/angr-9.0.5405/angr/analyses/cfg/
H A Dcfb.py172 def floor_item(self, addr): member in CFBlanket
247 addr, thing = self.floor_item(pos)
363 last_addr, last_item = self.floor_item(addr)
/dports/games/zangband/zangband/src/
H A Dcmd6.c411 if (floor_item(o_ptr) && (o_ptr->number > 1)) in do_cmd_use_staff_aux()
593 if (floor_item(o_ptr) && (o_ptr->number > 1)) in do_cmd_aim_wand_aux()
736 if (floor_item(o_ptr) && (o_ptr->number > 1)) in do_cmd_zap_rod_aux()
H A Dobject2.c4562 bool floor_item(object_type *o_ptr) in floor_item() function
4605 floor_item(o_ptr) ? "It has" : "You have", o_ptr->pval, in item_charges()
H A Dexterns.h618 extern bool floor_item(object_type *o_ptr);
/dports/security/py-angr/angr-9.0.5405/angr/
H A Dkeyed_region.py406 floor_key, floor_item = self._get_container(start)
407 if floor_item is not None and floor_key not in overlapping_items:
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dgod-abil.cc1576 item_def *floor_item = mons->take_item(item_slot, mslot); in beogh_gift_item() local
1577 if (!floor_item) in beogh_gift_item()