E:/Projects/AvrLib/Curses/DV_PUTC.c File Reference

#include "video.h"
#include "termlib.h"

Include dependency graph for DV_PUTC.c:

Go to the source code of this file.

Defines

#define fix_cur()

Functions

void dv_putc (int c, int attrib)
void dv_ctoyx (int y, int x)
void dv_getyx (int *rowp, int *colp)
int dv_incha (void)
void dv_outcha (int c)
void dv_replace (int c)
void dv_putcyx (int y, int x, int c, int a)

Variables

static int Row = 0
static int Col = 0


Define Documentation

 
#define fix_cur (  ) 

Definition at line 16 of file DV_PUTC.c.

Referenced by dv_ctoyx(), and dv_putc().


Function Documentation

void dv_ctoyx ( int  y,
int  x 
)

Definition at line 80 of file DV_PUTC.c.

References Col, fix_cur, and Row.

void dv_getyx ( int *  rowp,
int *  colp 
)

Definition at line 90 of file DV_PUTC.c.

References Col, and Row.

int dv_incha ( void   ) 

Definition at line 98 of file DV_PUTC.c.

References Col, Row, and VSCREEN.

Referenced by incha(), and inchar().

void dv_outcha ( int  c  ) 

Definition at line 103 of file DV_PUTC.c.

References Col, Row, and VSCREEN.

void dv_putc ( int  c,
int  attrib 
)

Definition at line 20 of file DV_PUTC.c.

References Col, dv_clrs(), dv_scroll_line(), fix_cur, NORMAL, NUMCOLS, NUMROWS, Row, and SCREEN.

void dv_putcyx ( int  y,
int  x,
int  c,
int  a 
)

Definition at line 113 of file DV_PUTC.c.

References SCREEN.

void dv_replace ( int  c  ) 

Definition at line 108 of file DV_PUTC.c.

References Col, Row, and SCREEN.


Variable Documentation

int Col = 0 [static]

Definition at line 8 of file DV_PUTC.c.

Referenced by dv_ctoyx(), dv_getyx(), dv_incha(), dv_outcha(), dv_putc(), and dv_replace().

int Row = 0 [static]

Definition at line 7 of file DV_PUTC.c.

Referenced by dv_ctoyx(), dv_getyx(), dv_incha(), dv_outcha(), dv_putc(), and dv_replace().


Generated on Sun Aug 31 13:29:58 2008 for FrankenRTOS by  doxygen 1.5.6