Home
last modified time | relevance | path

Searched refs:annotation_suffix (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dtop.c1160 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix) in command_line_input() argument
1172 if (annotation_suffix == NULL) in command_line_input()
1173 annotation_suffix = ""; in command_line_input()
1178 + strlen (annotation_suffix) + 40); in command_line_input()
1184 strcat (local_prompt, annotation_suffix); in command_line_input()
1231 puts_unfiltered (annotation_suffix); in command_line_input()
1252 puts_unfiltered (annotation_suffix); in command_line_input()
1323 return command_line_input (prompt_arg, repeat, annotation_suffix); in command_line_input()
Dada-lang.c2694 int is_all_choice, char *annotation_suffix) in get_selections() argument
2709 args = command_line_input ((char *) NULL, 0, annotation_suffix); in get_selections()