GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/stub-termcap.c File Reference
#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))
 

Function Documentation

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.

char * tgoto ( const char *  cap,
int  col,
int  row 
)

Definition at line 98 of file stub-termcap.c.

int tputs ( char *  string,
int  nlines,
int(*)(int outfun 
)

Definition at line 89 of file stub-termcap.c.