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

/haiku-fatelf/src/bin/gdb/gdb/
H A Devent-top.h114 extern char *async_annotation_suffix;
H A Devent-top.c107 char *async_annotation_suffix; variable
334 prefix = (char *) alloca (strlen (async_annotation_suffix) + 10);
336 strcat (prefix, async_annotation_suffix);
339 suffix = (char *) alloca (strlen (async_annotation_suffix) + 6);
341 strcat (suffix, async_annotation_suffix);
617 puts_unfiltered (async_annotation_suffix);
H A Dtop.c1670 async_annotation_suffix = "prompt";

Completed in 96 milliseconds