Searched refs:spacebuf (Results 1 – 1 of 1) sorted by relevance
1893 char *spacebuf; in puts_filtered_tabular() local1916 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()1917 spacebuf[spaces] = '\0'; in puts_filtered_tabular()1919 spacebuf[spaces] = ' '; in puts_filtered_tabular()1921 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()