|
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 61 of file stub-termcap.c.
| int tgetflag | ( | char * | name | ) |
Definition at line 73 of file stub-termcap.c.
| int tgetnum | ( | char * | name | ) |
Definition at line 67 of file stub-termcap.c.
| char * tgetstr | ( | char * | name, |
| char ** | area | ||
| ) |
Definition at line 79 of file stub-termcap.c.
| char * tgoto | ( | const char * | cap, |
| int | col, | ||
| int | row | ||
| ) |
Definition at line 94 of file stub-termcap.c.
| int tputs | ( | char * | string, |
| int | nlines, | ||
| int(*)(int) | outfun | ||
| ) |
Definition at line 85 of file stub-termcap.c.
1.8.14