Searched refs:spacebuf (Results 1 – 1 of 1) sorted by relevance
1952 char *spacebuf; in puts_filtered_tabular() local1975 spacebuf = alloca (spaces + 1); in puts_filtered_tabular()1976 spacebuf[spaces] = '\0'; in puts_filtered_tabular()1978 spacebuf[spaces] = ' '; in puts_filtered_tabular()1980 fputs_filtered (spacebuf, gdb_stdout); in puts_filtered_tabular()