GDB (API)
Functions
/home/stan/gdb/src/gdb/windows-termcap.c File Reference
#include <stdlib.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)())
char * tgoto (const char *cap, int col, int row)

Function Documentation

int tgetent ( char *  buffer,
char *  termtype 
)

Definition at line 37 of file windows-termcap.c.

int tgetflag ( char *  name)

Definition at line 49 of file windows-termcap.c.

int tgetnum ( char *  name)

Definition at line 43 of file windows-termcap.c.

char * tgetstr ( char *  name,
char **  area 
)

Definition at line 55 of file windows-termcap.c.

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

Definition at line 70 of file windows-termcap.c.

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

Definition at line 61 of file windows-termcap.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines