HelenOS sources

move              211 uspace/lib/cpp/include/__bits/adt/array.hpp         return move(get<I>(arr));
move              402 uspace/lib/cpp/include/__bits/adt/deque.hpp                 : allocator_{move(other.allocator_)},
move             1119 uspace/lib/cpp/include/__bits/adt/deque.hpp                     new_data[i] = move(data_[j]);
move              112 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                   size_{other.size_}, hasher_{move(other.hasher_)},
move              113 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                   key_eq_{move(other.key_eq_)}, key_extractor_{move(other.key_extractor_)},
move              132 uspace/lib/cpp/include/__bits/adt/hash_table.hpp                 hash_table tmp{move(other)};
move              172 uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp                 auto node = new node_type{move(val)};
move              407 uspace/lib/cpp/include/__bits/adt/list.hpp                 : allocator_{move(other.allocator_)},
move              408 uspace/lib/cpp/include/__bits/adt/list.hpp                   head_{move(other.head_)},
move              409 uspace/lib/cpp/include/__bits/adt/list.hpp                   size_{move(other.size_)}
move              423 uspace/lib/cpp/include/__bits/adt/list.hpp                   head_{move(other.head_)},
move              424 uspace/lib/cpp/include/__bits/adt/list.hpp                   size_{move(other.size_)}
move              457 uspace/lib/cpp/include/__bits/adt/list.hpp                 head_ = move(other.head_);
move              458 uspace/lib/cpp/include/__bits/adt/list.hpp                 size_ = move(other.size_);
move              459 uspace/lib/cpp/include/__bits/adt/list.hpp                 allocator_ = move(other.allocator_);
move              126 uspace/lib/cpp/include/__bits/adt/map.hpp                 : tree_{move(other.tree_)}, allocator_{move(other.allocator_)}
move              138 uspace/lib/cpp/include/__bits/adt/map.hpp                 : tree_{move(other.tree_)}, allocator_{alloc}
move              175 uspace/lib/cpp/include/__bits/adt/map.hpp                 tree_ = move(other.tree_);
move              176 uspace/lib/cpp/include/__bits/adt/map.hpp                 allocator_ = move(other.allocator_);
move              292 uspace/lib/cpp/include/__bits/adt/map.hpp                 auto node = new node_type{value_type{move(key), mapped_type{}}};
move              404 uspace/lib/cpp/include/__bits/adt/map.hpp                     auto node = new node_type{value_type{move(key), forward<Args>(args)...}};
move              420 uspace/lib/cpp/include/__bits/adt/map.hpp                 return try_emplace(move(key), forward<Args>(args)...).first;
move              454 uspace/lib/cpp/include/__bits/adt/map.hpp                     auto node = new node_type{value_type{move(key), forward<T>(val)}};
move              470 uspace/lib/cpp/include/__bits/adt/map.hpp                 return insert_or_assign(move(key), forward<T>(val)).first;
move              785 uspace/lib/cpp/include/__bits/adt/map.hpp                 : tree_{move(other.tree_)}, allocator_{move(other.allocator_)}
move              797 uspace/lib/cpp/include/__bits/adt/map.hpp                 : tree_{move(other.tree_)}, allocator_{alloc}
move              834 uspace/lib/cpp/include/__bits/adt/map.hpp                 tree_ = move(other.tree_);
move              835 uspace/lib/cpp/include/__bits/adt/map.hpp                 allocator_ = move(other.allocator_);
move               64 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : c{move(cc)}
move               88 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : c{move(cc), alloc}
move              104 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : c{move(other.c), alloc}
move              221 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : comp{cmp}, c{move(cc)}
move              240 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : comp{cmp}, c{move(cc)}
move              277 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : comp{cmp}, c{move(cc), alloc}
move              293 uspace/lib/cpp/include/__bits/adt/queue.hpp                 : comp{move(other.comp)}, c{move(other.c), alloc}
move               77 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                   key_compare_{move(other.key_compare_)},
move               78 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                   key_extractor_{move(other.key_extractor_)}
move               94 uspace/lib/cpp/include/__bits/adt/rbtree.hpp                 rbtree tmp{move(other)};
move              175 uspace/lib/cpp/include/__bits/adt/rbtree_policies.hpp             auto node = new node_type{move(val)};
move              102 uspace/lib/cpp/include/__bits/adt/set.hpp                 : tree_{move(other.tree_)}, allocator_{move(other.allocator_)}
move              114 uspace/lib/cpp/include/__bits/adt/set.hpp                 : tree_{move(other.tree_)}, allocator_{alloc}
move              151 uspace/lib/cpp/include/__bits/adt/set.hpp                 tree_ = move(other.tree_);
move              152 uspace/lib/cpp/include/__bits/adt/set.hpp                 allocator_ = move(other.allocator_);
move              583 uspace/lib/cpp/include/__bits/adt/set.hpp                 : tree_{move(other.tree_)}, allocator_{move(other.allocator_)}
move              595 uspace/lib/cpp/include/__bits/adt/set.hpp                 : tree_{move(other.tree_)}, allocator_{alloc}
move              632 uspace/lib/cpp/include/__bits/adt/set.hpp                 tree_ = move(other.tree_);
move              633 uspace/lib/cpp/include/__bits/adt/set.hpp                 allocator_ = move(other.allocator_);
move               57 uspace/lib/cpp/include/__bits/adt/stack.hpp                 : c{move(cont)}
move               77 uspace/lib/cpp/include/__bits/adt/stack.hpp                 : c{move(cont), alloc}
move               87 uspace/lib/cpp/include/__bits/adt/stack.hpp                 : c{move(other.c), alloc}
move              117 uspace/lib/cpp/include/__bits/adt/stack.hpp                 c.push_back(move(val));
move              107 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 : table_{move(other.table_)}, allocator_{move(other.allocator_)}
move              119 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 : table_{move(other.table_)}, allocator_{alloc}
move              178 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 table_ = move(other.table_);
move              179 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 allocator_ = move(other.allocator_);
move              373 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     auto node = new node_type{move(key), forward<Args>(args)...};
move              393 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return try_emplace(move(key), forward<Args>(args)...).first;
move              457 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                     auto node = new node_type{move(key), forward<T>(val)};
move              477 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 return insert_or_assign(move(key), forward<T>(val)).first;
move              598 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 auto node = new node_type{move(key), mapped_type{}};
move              782 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 : table_{move(other.table_)}, allocator_{move(other.allocator_)}
move              794 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 : table_{move(other.table_)}, allocator_{alloc}
move              855 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 table_ = move(other.table_);
move              856 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp                 allocator_ = move(other.allocator_);
move              112 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 : table_{move(other.table_)}, allocator_{move(other.allocator_)}
move              124 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 : table_{move(other.table_)}, allocator_{alloc}
move              183 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 table_ = move(other.table_);
move              184 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 allocator_ = move(other.allocator_);
move              528 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 : table_{move(other.table_)}, allocator_{move(other.allocator_)}
move              540 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 : table_{move(other.table_)}, allocator_{alloc}
move              599 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 table_ = move(other.table_);
move              600 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp                 allocator_ = move(other.allocator_);
move              108 uspace/lib/cpp/include/__bits/adt/vector.hpp                   allocator_{move(other.allocator_)}
move              162 uspace/lib/cpp/include/__bits/adt/vector.hpp                 allocator_ = move(other.allocator_);
move              531 uspace/lib/cpp/include/__bits/adt/vector.hpp                         new_data[i] = move(data_[i]);
move               96 uspace/lib/cpp/include/__bits/algorithm.hpp         return move(f);
move              402 uspace/lib/cpp/include/__bits/algorithm.hpp             *result++ = move(*first++);
move              413 uspace/lib/cpp/include/__bits/algorithm.hpp             *result-- = move(*last);
move              573 uspace/lib/cpp/include/__bits/algorithm.hpp                 *first++ = move(*it);
move              587 uspace/lib/cpp/include/__bits/algorithm.hpp                 *first++ = move(*it);
move              171 uspace/lib/cpp/include/__bits/functional/function.hpp                 : function{move(other)}
move              427 uspace/lib/cpp/include/__bits/io/fstream.hpp                 : basic_istream<char_type, traits_type>{move(other)},
move              536 uspace/lib/cpp/include/__bits/io/fstream.hpp                 : basic_ostream<char_type, traits_type>{move(other)},
move              647 uspace/lib/cpp/include/__bits/io/fstream.hpp                 : basic_iostream<char_type, traits_type>{move(other)},
move              482 uspace/lib/cpp/include/__bits/io/ios.hpp                 locale_     = move(rhs.locale_);
move              484 uspace/lib/cpp/include/__bits/io/ios.hpp                 callbacks_  = move(rhs.callbacks_);
move              508 uspace/lib/cpp/include/__bits/io/ios.hpp                 locale_     = move(rhs.locale_);
move              762 uspace/lib/cpp/include/__bits/io/istream.hpp                 basic_ios<Char, Traits>::move(rhs);
move              484 uspace/lib/cpp/include/__bits/io/ostream.hpp                 basic_ios<Char, Traits>::move(other);
move               75 uspace/lib/cpp/include/__bits/io/sstream.hpp                 : mode_{move(other.mode_)}, str_{move(other.str_)}
move              322 uspace/lib/cpp/include/__bits/io/sstream.hpp                 : basic_istream<char_type, traits_type>{move(other)},
move              323 uspace/lib/cpp/include/__bits/io/sstream.hpp                   sb_{move(other.sb_)}
move              404 uspace/lib/cpp/include/__bits/io/sstream.hpp                 : basic_ostream<char_type, traits_type>{move(other)},
move              405 uspace/lib/cpp/include/__bits/io/sstream.hpp                   sb_{move(other.sb_)}
move              483 uspace/lib/cpp/include/__bits/io/sstream.hpp                 : basic_iostream<char_type, traits_type>{move(other)},
move              484 uspace/lib/cpp/include/__bits/io/sstream.hpp                   sb_{move(other.sb_)}
move              377 uspace/lib/cpp/include/__bits/iterator.hpp                 container->push_back(move(value));
move              429 uspace/lib/cpp/include/__bits/iterator.hpp                 container->push_front(move(value));
move              483 uspace/lib/cpp/include/__bits/iterator.hpp                 iter = container.insert(iter, move(value));
move              643 uspace/lib/cpp/include/__bits/iterator.hpp                 return move(current_[idx]);
move              176 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 : payload_{move(other.payload_)}, data_{move(other.data_)}
move              187 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 : payload_{move(other.payload_)}, data_{move(other.data_)}
move              270 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
move              278 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
move              286 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp                 shared_ptr{move(rhs)}.swap(*this);
move              115 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 : ptr_{move(other.ptr_)}, deleter_{forward<deleter_type>(other.deleter_)}
move              134 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 : ptr_{move(other.ptr_)}, deleter_{forward<D>(other.deleter_)}
move              327 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 : ptr_{move(other.ptr_)}, deleter_{forward<deleter_type>(other.deleter_)}
move              342 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp                 : ptr_{move(other.ptr_)}, deleter_{forward<D>(other.deleter_)}
move              146 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{move(rhs)}.swap(*this);
move              156 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp                 weak_ptr{move(rhs)}.swap(*this);
move              144 uspace/lib/cpp/include/__bits/numeric.hpp             acc = move(val);
move              164 uspace/lib/cpp/include/__bits/numeric.hpp             acc = move(val);
move              658 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}, n_{}
move              787 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}
move              898 uspace/lib/cpp/include/__bits/random.hpp                 : engine_{move(e)}
move              494 uspace/lib/cpp/include/__bits/string/string.hpp                   capacity_{other.capacity_}, allocator_{move(other.allocator_)}
move             1545 uspace/lib/cpp/include/__bits/string/string.hpp                     traits_type::move(new_data, data_, to_copy);
move             1633 uspace/lib/cpp/include/__bits/string/string.hpp         return move(lhs.append(rhs));
move             1641 uspace/lib/cpp/include/__bits/string/string.hpp         return move(rhs.insert(0, lhs));
move             1649 uspace/lib/cpp/include/__bits/string/string.hpp         return move(lhs.append(rhs));
move             1665 uspace/lib/cpp/include/__bits/string/string.hpp         return move(rhs.insert(0, lhs));
move             1681 uspace/lib/cpp/include/__bits/string/string.hpp         return move(rhs.insert(0, 1, lhs));
move             1697 uspace/lib/cpp/include/__bits/string/string.hpp         return move(lhs.append(rhs));
move             1713 uspace/lib/cpp/include/__bits/string/string.hpp         return move(lhs.append(1, rhs));
move              125 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp                     move(pred)
move              209 uspace/lib/cpp/include/__bits/thread/condition_variable.hpp                     move(pred)
move               67 uspace/lib/cpp/include/__bits/thread/future.hpp                     : state_{move(rhs.state_)}
move              101 uspace/lib/cpp/include/__bits/thread/future.hpp                     state_ = move(rhs.state_);
move              187 uspace/lib/cpp/include/__bits/thread/future.hpp                 : aux::future_base<aux::future_inner_t<R>>{move(rhs)}
move              200 uspace/lib/cpp/include/__bits/thread/future.hpp                 return shared_future<R>{move(*this)};
move              307 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 : mtx_{move(other.mtx_)}, owns_{move(other.owns_)}
move              318 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 mtx_ = move(other.mtx_);
move              319 uspace/lib/cpp/include/__bits/thread/mutex.hpp                 owns_ = move(other.owns_);
move              119 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 : func_{move(rhs.func_)}, state_{move(rhs.state_)}
move              134 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 func_ = move(rhs.func_);
move              135 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 state_ = move(rhs.state_);
move              215 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp                 *this = packaged_task{move(func_)};
move               84 uspace/lib/cpp/include/__bits/thread/promise.hpp                     promise_base{move(rhs)}.swap(*this);
move              172 uspace/lib/cpp/include/__bits/thread/promise.hpp                 : aux::promise_base<R>{move(rhs)}
move              288 uspace/lib/cpp/include/__bits/thread/promise.hpp                 : aux::promise_base<R*>{move(rhs)}
move              367 uspace/lib/cpp/include/__bits/thread/promise.hpp                 : aux::promise_base<void>{move(rhs)}
move               63 uspace/lib/cpp/include/__bits/thread/shared_future.hpp                 : aux::future_base<aux::future_inner_t<R>>{move(rhs.state_)}
move              162 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 : mtx_{move(other.mtx_)}, owns_{move(other.owns_)}
move              173 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 mtx_ = move(other.mtx_);
move              174 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp                 owns_ = move(other.owns_);
move              218 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                 value_ = std::move(val);
move              380 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                         this->set_value(invoke(move(func_), get<Is>(move(args_))...));
move              383 uspace/lib/cpp/include/__bits/thread/shared_state.hpp                         invoke(move(func_), get<Is>(move(args_))...);
move              144 uspace/lib/cpp/include/__bits/thread/thread.hpp                 auto callable_wrapper = new aux::callable_wrapper<decltype(callable)>{move(callable)};
move              216 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                     : tuple_impl{move<tuple<Us...>>(tpl), make_index_sequence<sizeof...(Us)>{}}
move              226 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                     : tuple_impl{get<Iss>(move(tpl))...}
move              351 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                 : base_t(move(tpl))
move              386 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                 aux::tuple_ops<0, sizeof...(Ts) - 1>::assign_move(*this, move(other));
move              402 uspace/lib/cpp/include/__bits/tuple/tuple.hpp                 aux::tuple_ops<0, sizeof...(Ts) - 1>::assign_move(*this, move(other));
move               62 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             get<I>(lhs) = move(get<I>(rhs));
move               64 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             tuple_ops<I + 1, N>::assign_move(lhs, move(rhs));
move              101 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp             get<N>(lhs) = move(get<N>(rhs));
move               79 uspace/lib/cpp/include/__bits/utility/utility.hpp         T tmp{move(x)};
move               80 uspace/lib/cpp/include/__bits/utility/utility.hpp         x = move(y);
move               81 uspace/lib/cpp/include/__bits/utility/utility.hpp         y = move(tmp);
move              100 uspace/lib/cpp/include/__bits/utility/utility.hpp         T old_val = move(obj);
move              183 uspace/lib/cpp/include/__bits/utility/utility.hpp             return T{get<Is>(move(tpl))...};
move              189 uspace/lib/cpp/include/__bits/utility/utility.hpp             return from_tuple<T>(move(tpl), make_index_sequence<sizeof...(Args)>{});
move              238 uspace/lib/cpp/include/__bits/utility/utility.hpp             : first{aux::from_tuple<first_type>(move(first_args))},
move              239 uspace/lib/cpp/include/__bits/utility/utility.hpp               second{aux::from_tuple<second_type>(move(second_args))}
move              430 uspace/lib/cpp/include/__bits/utility/utility.hpp         return get<0>(move(p));
move              454 uspace/lib/cpp/include/__bits/utility/utility.hpp         return get<1>(move(p));
move              245 uspace/lib/cpp/src/__bits/test/algorithm.cpp         auto res4 = std::move(
move               87 uspace/lib/cpp/src/__bits/test/deque.cpp         std::deque<int> d5{std::move(d4)};
move              109 uspace/lib/cpp/src/__bits/test/deque.cpp         d6 = std::move(d4);
move               86 uspace/lib/cpp/src/__bits/test/future.cpp         f1 = std::move(f2);
move               90 uspace/lib/cpp/src/__bits/test/future.cpp         std::future<int> f3{std::move(f1)};
move              109 uspace/lib/cpp/src/__bits/test/future.cpp         std::promise<int> p3{std::move(p1)};
move              113 uspace/lib/cpp/src/__bits/test/future.cpp         p1 = std::move(p3);
move               87 uspace/lib/cpp/src/__bits/test/list.cpp         std::list<int> l5{std::move(l4)};
move              104 uspace/lib/cpp/src/__bits/test/list.cpp         l1 = std::move(l4);
move              102 uspace/lib/cpp/src/__bits/test/map.cpp         std::map<int, int> m4{std::move(m1)};
move              118 uspace/lib/cpp/src/__bits/test/map.cpp         m4 = std::move(m1);
move              138 uspace/lib/cpp/src/__bits/test/memory.cpp                 ptr1 = std::move(ptr2);
move              170 uspace/lib/cpp/src/__bits/test/memory.cpp                 auto ptr3 = std::move(ptr2);
move               84 uspace/lib/cpp/src/__bits/test/set.cpp         std::set<int> s4{std::move(s1)};
move              100 uspace/lib/cpp/src/__bits/test/set.cpp         s4 = std::move(s1);
move               81 uspace/lib/cpp/src/__bits/test/string.cpp         std::string str3{std::move(str1)};
move               74 uspace/lib/cpp/src/__bits/test/tuple.cpp         tpl3 = std::move(tpl4);
move               79 uspace/lib/cpp/src/__bits/test/tuple.cpp         auto tpl6{std::move(tpl5)};
move               88 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         std::unordered_map<int, int> m4{std::move(m1)};
move              102 uspace/lib/cpp/src/__bits/test/unordered_map.cpp         m4 = std::move(m1);
move               78 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         std::unordered_set<int> s4{std::move(s1)};
move               92 uspace/lib/cpp/src/__bits/test/unordered_set.cpp         s4 = std::move(s1);
move               97 uspace/lib/cpp/src/__bits/test/vector.cpp         std::vector<int> vec7{std::move(vec6)};
move              125 uspace/lib/cpp/src/__bits/test/vector.cpp         vec10 = std::move(vec9);
move               54 uspace/lib/input/include/io/input.h 	errno_t (*move)(input_t *, unsigned, int, int);
move              136 uspace/lib/input/src/input.c 	rc = input->ev_ops->move(input, pos_id, dx, dy);
move               94 uspace/lib/ui/include/types/ui/wdecor.h 	void (*move)(ui_wdecor_t *, void *, gfx_coord2_t *, sysarg_t);
move              646 uspace/lib/ui/src/wdecor.c 	if (wdecor->cb != NULL && wdecor->cb->move != NULL)
move              647 uspace/lib/ui/src/wdecor.c 		wdecor->cb->move(wdecor, wdecor->arg, pos, pos_id);
move              101 uspace/lib/ui/src/window.c 	.move = wd_move,
move               88 uspace/lib/ui/test/wdecor.c 	.move = test_wdecor_move,
move              122 uspace/lib/ui/test/wdecor.c 	bool move;
move              544 uspace/lib/ui/test/wdecor.c PCUT_TEST(move)
move              567 uspace/lib/ui/test/wdecor.c 	resp.move = false;
move              573 uspace/lib/ui/test/wdecor.c 	PCUT_ASSERT_TRUE(resp.move);
move              728 uspace/lib/ui/test/wdecor.c 	resp.move = false;
move              737 uspace/lib/ui/test/wdecor.c 	PCUT_ASSERT_TRUE(resp.move);
move             1728 uspace/lib/ui/test/wdecor.c 	resp->move = true;
move              137 uspace/srv/hid/console/console.c 	.move = input_ev_move,
move               59 uspace/srv/hid/display/input.c 	.move = ds_input_ev_move,
HelenOS homepage, sources at GitHub