28extern int tgetent (
char *buffer,
char *termtype);
32extern int tputs (
char *
string,
int nlines,
int (*outfun) (
int));
33extern char *
tgoto (
const char *cap,
int col,
int row);
85tputs (
char *
string,
int nlines,
int (*outfun) (
int))
94tgoto (
const char *cap,
int col,
int row)
long __attribute__((__aligned__(4)))
int tputs(char *string, int nlines, int(*outfun)(int))
char * tgetstr(char *name, char **area)
int tgetent(char *buffer, char *termtype)
char * tgoto(const char *cap, int col, int row)