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

  /src/external/gpl3/gdb.old/dist/gdb/
event-top.h 31 /* The current quit handler (and its type). This is called from the
32 QUIT macro. See default_quit_handler below for default behavior.
35 wouldn't want to quit between a RSP command and its response, as
46 /* The default quit handler. Checks whether Ctrl-C was pressed, and
49 - If GDB owns the terminal, throws a quit exception.
57 /* Flag that function quit should call quit_force. */
67 extern void quit ();
69 /* Helper for the QUIT macro. */
73 /* Check whether a Ctrl-C was typed, and if so, call the current quit
76 #define QUIT maybe_quit (
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
event-top.h 31 /* The current quit handler (and its type). This is called from the
32 QUIT macro. See default_quit_handler below for default behavior.
35 wouldn't want to quit between a RSP command and its response, as
46 /* The default quit handler. Checks whether Ctrl-C was pressed, and
49 - If GDB owns the terminal, throws a quit exception.
57 /* Flag that function quit should call quit_force. */
67 extern void quit ();
69 /* Helper for the QUIT macro. */
73 /* Check whether a Ctrl-C was typed, and if so, call the current quit
76 #define QUIT maybe_quit (
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arparse.h 71 QUIT = 272, /* QUIT */
97 #define QUIT 272
arparse.c 164 QUIT = 272, /* QUIT */
190 #define QUIT 272
242 YYSYMBOL_QUIT = 17, /* QUIT */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
  /src/external/gpl3/binutils.old/dist/binutils/
arparse.h 71 QUIT = 272, /* QUIT */
97 #define QUIT 272
arparse.c 164 QUIT = 272, /* QUIT */
190 #define QUIT 272
242 YYSYMBOL_QUIT = 17, /* QUIT */
680 "DIRECTORY", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.h 63 enum { PRE_COMMAND, POST_COMMAND, QUIT } state;
  /src/external/lgpl3/gmp/dist/demos/calc/
calc.h 62 QUIT = 263, /* QUIT */
97 #define QUIT 263
calc.c 157 printf (" quit exit program (EOF works too)\n");
260 QUIT = 263, /* QUIT */
295 #define QUIT 263
354 YYSYMBOL_QUIT = 8, /* QUIT */
787 "HEX", "DECIMAL", "QUIT", "ABS", "BIN", "FIB", "GCD", "KRON", "LCM",
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 257 # ifdef QUIT
258 # warning undefining QUIT due to option name conflict
259 # undef QUIT
336 # undef QUIT
  /src/games/battlestar/
extern.h 143 #define QUIT 1009
  /src/external/gpl3/binutils/dist/gprofng/src/
Command.h 157 QUIT,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Command.h 157 QUIT,
  /src/games/rogue/
rogue.h 393 #define QUIT 4
582 void quit(boolean);

Completed in 37 milliseconds