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

  /src/external/lgpl3/gmp/dist/tests/cxx/
clocale.c 38 match the "throw" or lack thereof declared for localeconv in <locale.h>.
48 throw() function
61 throw() function
  /src/games/battlestar/
command4.c 212 throw(const char *name) function
  /src/external/lgpl3/gmp/dist/tests/misc/
t-locale.c 50 throw() function
64 throw() function
  /src/games/rogue/
throw.c 1 /* $NetBSD: throw.c,v 1.12 2011/05/23 23:01:17 joerg Exp $ */
38 static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93";
40 __RCSID("$NetBSD: throw.c,v 1.12 2011/05/23 23:01:17 joerg Exp $");
45 * throw.c
63 throw(void) function
82 if ((wch = pack_letter("throw what?", WEAPON)) == CANCEL) {
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
init.scm 62 (format port "Throw to key `~a' with args `~s'." key args))
128 ;; This is derived from libguile/throw.c:handler_message.
164 ;; Utility to throw gdb:user-error for use in writing gdb commands.
165 ;; The requirements for the arguments to "throw" are a bit obscure,
168 (define-public (throw-user-error message . args)
169 (throw 'gdb:user-error #f message args))
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
init.scm 62 (format port "Throw to key `~a' with args `~s'." key args))
128 ;; This is derived from libguile/throw.c:handler_message.
164 ;; Utility to throw gdb:user-error for use in writing gdb commands.
165 ;; The requirements for the arguments to "throw" are a bit obscure,
168 (define-public (throw-user-error message . args)
169 (throw 'gdb:user-error #f message args))
  /src/games/adventure/
init.c 115 null, entrance, depression, say, lock, throw, variable
244 throw = vocab(DECR('t', 'h', 'r', 'o', 'w'), 2, 0);

Completed in 32 milliseconds