E:/Projects/AvrLib/include/PROTO.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void box (struct _window_ *win, int vert, int horiz)
void delwin (struct _window_ *win)
int init (int how)
void curpos (WINDOW *w, int *yp, int *xp)
struct SBUFsavescr (int l, int r, int t, int b)
struct SBUFrestore (struct SBUF *b)
void freescr (struct SBUF *p)
void outc (WINDOW *w, int c, int attrib)
void replace (WINDOW *w, int c)
void cmove (WINDOW *w, int y, int x)
int inchar (void)
int incha (void)
void doscroll (int l, int r, int t, int b, int a, int at)
void clr_region (int l, int r, int t, int b, int attrib)
int is_direct (void)
struct _window_hidewin (struct _window_ *win)
void endwin (void)
void initscr (void)
int mvwin (struct _window_ *win, int y, int x)
struct _window_showwin (struct _window_ *win)
void waddstr (struct _window_ *win, char *str)
void wclrtoeol (struct _window_ *win)
void werase (struct _window_ *win)
int winch (struct _window_ *win)
void save (WINDOW *)
void nosave (WINDOW *)
void boxed (WINDOW *w)
void unboxed (WINDOW *w)
void def_ground (WINDOW *w, int f, int b)
struct _window_newwin (int lines, int cols, int begin_y, int begin_x, void *IO, int attrib, int nBoxed)
void echo (WINDOW *w)
void noecho (WINDOW *w)
void nl (WINDOW *w)
void nonl (WINDOW *w)
void crmode (WINDOW *w)
void nocrmode (WINDOW *w)
unsigned char * getbuf (struct _window_ *win, unsigned char *buf)
int wgetch (struct _window_ *win)
int waddch (struct _window_ *win, int c)
void wmove (struct _window_ *win, int y, int x)
void wputc (int c, void *win)
int wprintw (struct _window_ *win, char *fmt,...)
int printw (char *fmt,...)
int wscroll (struct _window_ *win, int amt)
void DisplayAttrib (int *nC, int *nR)


Function Documentation

void clr_region ( int  l,
int  r,
int  t,
int  b,
int  attrib 
)

Definition at line 84 of file GLUE.c.

References dv_clr_region().

Referenced by wclrtoeol(), and werase().

void cmove ( WINDOW w,
int  y,
int  x 
)

Definition at line 22 of file GLUE.c.

References _window_::dvCol, and _window_::dvRow.

Referenced by endwin(), newwin(), showwin(), waddch(), werase(), winch(), and wmove().

void curpos ( WINDOW w,
int *  yp,
int *  xp 
)

Definition at line 28 of file GLUE.c.

References _window_::dvCol, and _window_::dvRow.

Referenced by winch().

void DisplayAttrib ( int *  nC,
int *  nR 
)

Definition at line 89 of file GLUE.c.

References dv_screen_attrib().

Referenced by newwin().

void doscroll ( int  l,
int  r,
int  t,
int  b,
int  a,
int  at 
)

Definition at line 39 of file GLUE.c.

References dv_scroll().

Referenced by wscroll().

void freescr ( struct SBUF p  ) 

Definition at line 79 of file GLUE.c.

References dv_freesbuf().

Referenced by delwin(), hidewin(), and showwin().

unsigned char* getbuf ( struct _window_ win,
unsigned char *  buf 
)

Definition at line 35 of file WINIO.c.

References _window_::Crmode, putchar, wgetch(), and wprintw().

Referenced by wgetch().

struct _window_* hidewin ( struct _window_ win  )  [read]

Definition at line 4 of file HIDEWIN.c.

References freescr(), _window_::hidden, _window_::image, restore(), and savescr().

Referenced by mvwin().

int incha ( void   ) 

Definition at line 49 of file GLUE.c.

References dv_incha().

int inchar ( void   ) 

Definition at line 44 of file GLUE.c.

References dv_incha().

Referenced by winch().

int init ( int  how  ) 

int is_direct ( void   ) 

Definition at line 104 of file GLUE.c.

void outc ( WINDOW w,
int  c,
int  attrib 
)

Definition at line 54 of file GLUE.c.

References dv_scroll_line(), _window_::dvCol, _window_::dvRow, NORMAL, NUMCOLS, NUMROWS, and SCREEN.

Referenced by waddch().

void replace ( WINDOW w,
int  c 
)

Definition at line 34 of file GLUE.c.

References _window_::dvCol, _window_::dvRow, and SCREEN.

Referenced by waddch().

struct SBUF* restore ( struct SBUF b  )  [read]

Definition at line 74 of file GLUE.c.

References dv_restore().

Referenced by delwin(), hidewin(), and showwin().

struct SBUF* savescr ( int  l,
int  r,
int  t,
int  b 
) [read]

Definition at line 69 of file GLUE.c.

References dv_save().

Referenced by hidewin(), newwin(), and showwin().

struct _window_* showwin ( struct _window_ win  )  [read]

void wputc ( int  c,
void *  win 
)

Definition at line 7 of file WPRINTW.c.

References Errcode, and waddch().

Referenced by printw(), and wprintw().


Generated on Sun Aug 31 13:30:33 2008 for FrankenRTOS by  doxygen 1.5.6