Home
last modified time | relevance | path

Searched refs:async_annotation_suffix (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Devent-top.c106 char *async_annotation_suffix; variable
332 prefix = (char *) alloca (strlen (async_annotation_suffix) + 10); in change_annotation_level()
334 strcat (prefix, async_annotation_suffix); in change_annotation_level()
337 suffix = (char *) alloca (strlen (async_annotation_suffix) + 6); in change_annotation_level()
339 strcat (suffix, async_annotation_suffix); in change_annotation_level()
614 puts_unfiltered (async_annotation_suffix); in command_line_handler()
Devent-top.h114 extern char *async_annotation_suffix;
Dtop.c1730 async_annotation_suffix = "prompt"; in init_main()