| /src/lib/libcurses/ |
| move.c | 1 /* $NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $ */ 35 static char sccsid[] = "@(#)move.c 8.2 (Berkeley) 5/4/94"; 37 __RCSID("$NetBSD: move.c,v 1.26 2024/12/23 02:58:04 blymn Exp $"); 46 * move -- 50 move(int y, int x) function
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| Move.h | 1 //=== Move.h - Tracking moved-from objects. ------------------------*- C++ -*-// 9 // Defines inter-checker API for the use-after-move checker. It allows 21 namespace move { namespace in namespace:clang::ento 26 } // namespace move
|
| /src/games/backgammon/common_source/ |
| back.h | 56 struct move { struct 58 int mvlim; /* 'move limit': max. number of moves */ 61 int h[4]; /* flag for each move if a man was hit */ 122 extern char cin[100]; /* input line of current move 142 void backone(struct move *, int); 145 int checkmove(struct move *, int); 155 void getarg(struct move *, char ***); 157 void getmove(struct move *); 162 int makmove(struct move *, int); 163 int movallow(struct move *); [all...] |
| /src/games/trek/ |
| move.c | 1 /* $NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $ */ 35 static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: move.c,v 1.11 2011/07/03 06:44:01 mrg Exp $"); 47 ** Move Under Warp or Impulse Power 52 ** which we want to move. `Speed' is the speed we 55 ** cut short the move so that the user doesn't get docked time and 65 ** domize the course accordingly before ever starting to move. 66 ** We will still move in a straight line. 82 move(int ramflag, int course, double time, double speed) function 97 printf("move: ramflag %d course %d time %.2f speed %.2f\n" [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyDebugValueManager.cpp | 58 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { function in class:WebAssemblyDebugValueManager
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| sso_string.cc | 97 : _M_str(std::move(s._M_str)) { } function 102 _M_str = std::move(s._M_str);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| sso_string.cc | 97 : _M_str(std::move(s._M_str)) { } function 102 _M_str = std::move(s._M_str);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| owning_intrusive_list.h | 55 : base (std::move (other)) function in class:owning_intrusive_list 65 this->base::operator= (std::move (other)); 91 { this->base::splice (std::move (other)); } 164 return { next, std::move (released) };
|
| /src/games/adventure/ |
| vocab.c | 57 move(object, 0); 67 move(object, i); 68 move(object + 100, j); 72 move(int object, int where) function 88 move(object, where);
|
| /src/games/hack/ |
| hack.mkmaze.c | 77 static void move(int *, int *, int); 173 move(&x, &y, dir); 175 move(&x, &y, dir); 181 move(int *x, int *y, int dir) function 202 move(&x, &y, dir); 203 move(&x, &y, dir);
|
| def.flag.h | 85 unsigned move:1; member in struct:flag
|
| /src/sys/arch/vax/boot/boot/ |
| data.h | 50 long move; /* 4 Move driver entry */ member in struct:bqo
|
| /src/usr.bin/colcrt/ |
| colcrt.c | 76 void move(int, int); 217 move(i, i - 1); 218 move(i, i + 1); 237 move(int l, int m) function
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_type_traits.h | 76 WARN_UNUSED_RESULT inline typename remove_reference<T>::type&& move(T&& t) { function in namespace:__sanitizer
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 34 move (void) function 100 move,
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-aarch64.c | 34 move (void) function 100 move,
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.tab.cc | 193 Parser::by_state::move (by_state& that) function in class:QL::Parser::by_state 254 value.move< Expression * > (YY_MOVE (that.value)); 258 value.move< std::string > (YY_MOVE (that.value)); 266 value.move< uint64_t > (YY_MOVE (that.value)); 316 value.move< Expression * > (that.value); 320 value.move< std::string > (that.value); 328 value.move< uint64_t > (that.value); 381 yypush_ (m, stack_symbol_type (s, std::move (sym))); 512 yyla.move (yylookahead);
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.tab.cc | 193 Parser::by_state::move (by_state& that) function in class:QL::Parser::by_state 254 value.move< Expression * > (YY_MOVE (that.value)); 258 value.move< std::string > (YY_MOVE (that.value)); 266 value.move< uint64_t > (YY_MOVE (that.value)); 316 value.move< Expression * > (that.value); 320 value.move< std::string > (that.value); 328 value.move< uint64_t > (that.value); 381 yypush_ (m, stack_symbol_type (s, std::move (sym))); 512 yyla.move (yylookahead);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| char_traits.h | 153 move(char_type* __s1, const char_type* __s2, std::size_t __n); 223 move(char_type* __s1, const char_type* __s2, std::size_t __n) function in class:char_traits 407 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 413 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n); 538 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 544 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n); 673 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 679 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n); 808 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 814 return __gnu_cxx::char_traits<char_type>::move(__s1, __s2, __n) 935 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits [all...] |
| shared_ptr.h | 231 : __shared_ptr<_Tp>(__p, std::move(__d)) { } 248 : __shared_ptr<_Tp>(__p, std::move(__d)) { } 268 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } 287 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } 333 * shared_ptr<int> pi2(std::move(pii), &pii->second); 339 : __shared_ptr<_Tp>(std::move(__r), __p) { } 354 * @brief Move-constructs a %shared_ptr instance from @a __r. 359 : __shared_ptr<_Tp>(std::move(__r)) { function in class:shared_ptr 368 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr 840 : __weak_ptr<_Tp>(std::move(__r)) { } function in class:weak_ptr [all...] |
| unique_ptr.h | 179 : _M_t(std::move(__u._M_t)) function in class:__uniq_ptr_impl 229 // Defines move construction + assignment as either defaulted or deleted. 267 /// A move-only smart pointer that manages unique ownership of a resource. 333 * The deleter will be initialized with @p std::move(__d) 341 : _M_t(__p, std::move(__d)) 357 // Move constructors. 359 /// Move constructor. 399 get_deleter()(std::move(__ptr)); 405 /** @brief Move assignment operator. 504 _M_t.reset(std::move(__p)) 640 : _M_t(std::move(__p), std::move(__d)) function in class:unique_ptr::std [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-range-equiv.cc | 97 value_range_equiv::move (value_range_equiv *from) function in class:value_range_equiv
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| shared_ptr.h | 232 : __shared_ptr<_Tp>(__p, std::move(__d)) { } 249 : __shared_ptr<_Tp>(__p, std::move(__d)) { } 269 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } 288 : __shared_ptr<_Tp>(__p, std::move(__d), std::move(__a)) { } 334 * shared_ptr<int> pi2(std::move(pii), &pii->second); 340 : __shared_ptr<_Tp>(std::move(__r), __p) { } 355 * @brief Move-constructs a %shared_ptr instance from @a __r. 360 : __shared_ptr<_Tp>(std::move(__r)) { function in class:shared_ptr 369 : __shared_ptr<_Tp>(std::move(__r)) { } function in class:shared_ptr 841 : __weak_ptr<_Tp>(std::move(__r)) { } function in class:weak_ptr [all...] |
| /src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| directory_iterator.cpp | 111 __root_(move(__ds.__root_)), 112 __entry_(move(__ds.__entry_)) { function in class:__dir_stream 190 __root_(move(other.__root_)), 191 __entry_(move(other.__entry_)) { 273 path root = move(__imp_->__root_); 307 __imp_->__stack_.push(move(new_s)); 361 path root = move(stack.top().__root_); 395 __imp_->__stack_.push(move(new_it)); 406 path at_ent = move(curr_it.__entry_.__p_);
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| string.cpp | 161 void string::move(string &s) function in class:string
|