Searched refs:command_line_input (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | top.c | 796 command = command_line_input (instream == stdin ? in command_loop() 1107 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix) in command_line_input() function 1265 return command_line_input (prompt_arg, repeat, annotation_suffix); in command_line_input()
|
H A D | defs.h | 569 extern char *command_line_input (char *, int, char *);
|
H A D | linespec.c | 532 args = command_line_input (prompt, 0, "overload-choice"); in decode_line_2()
|
H A D | ChangeLog-3.x | 2272 (command_line_input): SIGTSTP ==>STOP_SIGNAL. 2725 (command_loop, command_line_input): Used this macro. 2835 * main.c (command_line_input, set_history_expansion, 2970 * main.c (gdb_read_line): Changed name to command_line_input.
|
H A D | ChangeLog-1990 | 271 * main.c (command_line_input): When scanning for comments, 1507 (command_loop): check result from command_line_input and 2123 * main.c (command_line_input): return NULL on end of file. 2133 * main.c (command_line_input): Fix comment code of 2 Apr.
|
H A D | ChangeLog-1994 | 358 * top.c (command_line_input): If annotation suffix is NULL, 361 command_line_input. 3415 * main.c, defs.h (command_line_input): New argument tells what 3427 * main.c (command_line_input): Call wrap_here as well as gdb_flush. 3454 (command_line_input): Print annotatation before and after prompt. 3462 (command_line_input): Parse "server " and set server_command.
|
H A D | ada-lang.c | 3147 args = command_line_input ((char *) NULL, 0, annotation_suffix); in get_selections()
|
H A D | ChangeLog-1996 | 3026 (command_line_input): Use readline_hook when appropriate, to get 3712 * top.c (command_line_input): Remove unused variable "c".
|
H A D | ChangeLog-1992 | 5691 * main.c (command_line_input): Make linelength unsigned, cast arg 5692 to command_line_input().
|
H A D | ChangeLog-1999 | 5839 (command_line_input): rename "prrompt" to prompt_arg for clarity. 6018 * top.c (command_line_input): Set the signal handler to be
|
H A D | ChangeLog-1993 | 834 (command_line_input): If source_file_name set, increment 5044 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
|
H A D | ChangeLog-1995 | 276 * top.c (command_line_input): Only strip out an initial #-comment.
|
H A D | ChangeLog-1991 | 3052 * main.c (command_line_input): Flush stdout and stderr
|
H A D | ChangeLog-2003 | 1354 * top.c (command_line_input): Ditto. 5246 * top.c (command_line_input): Ditto.
|
H A D | ChangeLog-1998 | 5047 and calling command_line_input() without a prompt, just
|
H A D | ChangeLog | 1450 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
|
H A D | ChangeLog-2002 | 6313 (command_line_input): Use it.
|
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-script.c | 699 p = command_line_input (prompt_ptr, instream == stdin, "commands"); in read_next_line()
|