HomeSort by: relevance | last modified time | path
    Searched defs:another (Results 1 - 2 of 2) sorted by relevancy

  /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?")) {
  /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

Completed in 13 milliseconds