Home
last modified time | relevance | path

Searched refs:find_thing (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/pwm/pwm-20070720/
H A Dkey.c28 thing=find_thing(ev->subwindow); in handle_keypress()
31 thing=find_thing(ev->window); in handle_keypress()
H A Dthing.c196 WThing *find_thing(Window win) in find_thing() function
210 WThing *thing=find_thing(win); in find_thing_t()
241 WThing *thing=find_thing(win); in find_winobj_of()
H A Devent.c232 thing=find_thing(ev->window); in handle_map_request()
354 thing=find_thing(eev->window); in handle_enter_window()
380 thing=find_thing(ev->window); in handle_unmap_notify()
500 thing=find_thing(ev->window); in handle_focus_in()
H A Dthing.h68 extern struct _WThing *find_thing(Window win);
H A Dpointer.c223 thing=find_thing(ev->window); in handle_button_press()
H A Dmenu.c732 thing=find_thing(ev->subwindow); in menu_motion()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dshopping.h126 unordered_set<int> find_thing(const item_def &item, const level_pos &pos) const;
127 unordered_set<int> find_thing(const string &desc, const level_pos &pos) const;
H A Dshopping.cc1575 if (!find_thing(item, pos).empty()) // TODO: this check isn't working? in add_thing()
1596 return !find_thing(item, pos).empty(); in is_on_list()
1603 return !find_thing(desc, pos).empty(); in is_on_list()
1643 auto indices = find_thing(item, pos); in del_thing()
1660 auto indices = find_thing(desc, pos); in del_thing()
1726 const bool on_list = !find_thing(item, level_pos::current()).empty(); in cull_identical_items()
1911 auto thing_indices = find_thing(get_thing_item(thing), pos); in spells_added_to_library()
2333 unordered_set<int> ShoppingList::find_thing(const item_def &item, in find_thing() function in ShoppingList
2357 unordered_set<int> ShoppingList::find_thing(const string &desc, const level_pos &pos) const in find_thing() function in ShoppingList