GDB (xrefs)
|
#include "defs.h"
Go to the source code of this file.
Functions | |
int | tgetent (char *buffer, char *termtype) |
int | tgetnum (char *name) |
int | tgetflag (char *name) |
char * | tgetstr (char *name, char **area) |
int | tputs (char *string, int nlines, int(*outfun)(int)) |
char * | tgoto (const char *cap, int col, int row) |
char PC | __attribute__ ((weak)) |
char PC __attribute__ | ( | (weak) | ) |
int tgetent | ( | char * | buffer, |
char * | termtype | ||
) |
Definition at line 65 of file stub-termcap.c.
int tgetflag | ( | char * | name | ) |
Definition at line 77 of file stub-termcap.c.
int tgetnum | ( | char * | name | ) |
Definition at line 71 of file stub-termcap.c.
char * tgetstr | ( | char * | name, |
char ** | area | ||
) |
Definition at line 83 of file stub-termcap.c.
Definition at line 98 of file stub-termcap.c.