| /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
|
| 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
|
| 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
|
| 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
|
| 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...] |
| 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...] |
| 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...] |
| 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...] |
| 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
|
| WebAssemblyDebugValueManager.cpp | 58 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { function in class:WebAssemblyDebugValueManager
|
| 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);
|
| sso_string.cc | 97 : _M_str(std::move(s._M_str)) { } function 102 _M_str = std::move(s._M_str);
|
| 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);
|
| sso_string.cc | 97 : _M_str(std::move(s._M_str)) { } function 102 _M_str = std::move(s._M_str);
|
| sso_string.cc | 97 : _M_str(std::move(s._M_str)) { } function 102 _M_str = std::move(s._M_str);
|
| /src/external/gpl3/gdb.old/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) };
|
| 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/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) };
|
| 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) };
|