Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-file.c44 enum streamtype ts_streamtype; member
81 if ((tmpstream->ts_streamtype == astring) && in tui_file_delete()
94 tmpstream->ts_streamtype = afile; in tui_fileopen()
106 tmpstream->ts_streamtype = astring; in tui_sfileopen()
128 if (stream->ts_streamtype == afile) in tui_file_isatty()
153 if (stream->ts_streamtype == astring) in tui_file_put()
171 if (stream->ts_streamtype == astring) in tui_file_fputs()
203 if (stream->ts_streamtype != astring) in tui_file_adjust_strbuf()
230 switch (stream->ts_streamtype) in tui_file_flush()