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

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-file.c44 enum streamtype ts_streamtype; member in struct:tui_stream
81 if ((tmpstream->ts_streamtype == astring) &&
94 tmpstream->ts_streamtype = afile;
106 tmpstream->ts_streamtype = astring;
128 if (stream->ts_streamtype == afile)
153 if (stream->ts_streamtype == astring)
171 if (stream->ts_streamtype == astring)
203 if (stream->ts_streamtype != astring)
230 switch (stream->ts_streamtype)

Completed in 101 milliseconds