Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dtop.c1107 command_line_input (char *prompt_arg, int repeat, char *annotation_suffix) in command_line_input() argument
1119 if (annotation_suffix == NULL) in command_line_input()
1120 annotation_suffix = ""; in command_line_input()
1125 + strlen (annotation_suffix) + 40); in command_line_input()
1131 strcat (local_prompt, annotation_suffix); in command_line_input()
1173 puts_unfiltered (annotation_suffix); in command_line_input()
1194 puts_unfiltered (annotation_suffix); in command_line_input()
1265 return command_line_input (prompt_arg, repeat, annotation_suffix); in command_line_input()
H A Dada-lang.c3133 int is_all_choice, char *annotation_suffix) in get_selections() argument
3147 args = command_line_input ((char *) NULL, 0, annotation_suffix); in get_selections()