/src/games/robots/ |
main.c | 61 static bool another(void); 193 } while (!Auto_bot && another()); 212 * another: 213 * See if another game is desired 216 another(void) function in typeref:typename:bool 225 if (query("Another game?")) {
|
main.c | 61 static bool another(void); 193 } while (!Auto_bot && another()); 212 * another: 213 * See if another game is desired 216 another(void) function in typeref:typename:bool 225 if (query("Another game?")) {
|
/src/usr.bin/ftp/ |
util.c | 118 (void)another(&argc, &argv, "to"); 500 * `another' gets another argument, and stores the new argc and argv. 506 another(int *pargc, char ***pargv, const char *aprompt) function in typeref:typename:int
|
util.c | 118 (void)another(&argc, &argv, "to"); 500 * `another' gets another argument, and stores the new argc and argv. 506 another(int *pargc, char ***pargv, const char *aprompt) function in typeref:typename:int
|