GDB (API)
|
#include "defs.h"
#include "ui-file.h"
#include "tui/tui-file.h"
#include "tui/tui-io.h"
#include "tui.h"
#include "gdb_string.h"
Go to the source code of this file.
Enumerations | |
enum | streamtype { afile, astring } |
Functions | |
struct ui_file * | tui_fileopen (FILE *stream) |
struct ui_file * | tui_sfileopen (int n) |
void | tui_file_fputs (const char *linebuffer, struct ui_file *file) |
char * | tui_file_get_strbuf (struct ui_file *file) |
void | tui_file_adjust_strbuf (int n, struct ui_file *file) |
Variables | |
ui_file_fputs_ftype | tui_file_fputs |
enum streamtype |
Definition at line 32 of file tui-file.c.
void tui_file_adjust_strbuf | ( | int | n, |
struct ui_file * | file | ||
) |
Definition at line 202 of file tui-file.c.
void tui_file_fputs | ( | const char * | linebuffer, |
struct ui_file * | file | ||
) |
Definition at line 172 of file tui-file.c.
char* tui_file_get_strbuf | ( | struct ui_file * | file | ) |
Definition at line 188 of file tui-file.c.
struct ui_file* tui_fileopen | ( | FILE * | stream | ) | [read] |
Definition at line 90 of file tui-file.c.
struct ui_file* tui_sfileopen | ( | int | n | ) | [read] |
Definition at line 103 of file tui-file.c.