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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-file.c77 struct tui_stream *tmpstream = ui_file_data (file); local
78 if (tmpstream->ts_magic != &tui_file_magic)
81 if ((tmpstream->ts_streamtype == astring) &&
82 (tmpstream->ts_strbuf != NULL))
84 xfree (tmpstream->ts_strbuf);
86 xfree (tmpstream);
93 struct tui_stream *tmpstream = ui_file_data (file); local
94 tmpstream->ts_streamtype = afile;
95 tmpstream->ts_filestream = stream;
96 tmpstream
105 struct tui_stream *tmpstream = ui_file_data (file); local
[all...]

Completed in 71 milliseconds