HomeSort by: relevance | last modified time | path
    Searched defs:another (Results 1 - 4 of 4) 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
225 if (query("Another game?")) {
  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 61 The next call to token() will get another token from the lexer. */
808 bool another;
839 another = consume_until_comma_or_eos ();
851 while (another);
1078 bool another;
1094 /* Yet another place where we could have junk (notably attributes)
1096 another = consume_until_comma_or_eos ();
1100 while (another);
805 bool another; local
1074 bool another; local
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 61 The next call to token() will get another token from the lexer. */
801 bool another;
832 another = consume_until_comma_or_eos ();
844 while (another);
1071 bool another;
1087 /* Yet another place where we could have junk (notably attributes)
1089 another = consume_until_comma_or_eos ();
1093 while (another);
798 bool another; local
1067 bool another; local
  /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

Completed in 43 milliseconds