chtype
chtype ch, eye, attr;
chtype c = docaput ? w->eye : w->ch;
#define CURSES_CH_T chtype
chtype _acs_char[NUM_ACS];
waddch(WINDOW *win, chtype ch)
addch(chtype ch)
mvaddch(int y, int x, chtype ch)
mvwaddch(WINDOW *win, int y, int x, chtype ch)
waddch(WINDOW *win, chtype ch)
mvaddchnstr(int y, int x, const chtype *chstr, int n)
mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n)
waddchnstr(WINDOW *win, const chtype *chstr, int n)
const chtype *chp;
addchstr(const chtype *chstr)
waddchstr(WINDOW *win, const chtype *chstr)
addchnstr(const chtype *chstr, int n)
mvaddchstr(int y, int x, const chtype *chstr)
mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr)
chtype
return((chtype) win->wattr);
chtype
chtype ch = 0;
chtype
return ((chtype) ((win->bch & A_CHARTEXT) | battr));
bkgdset(chtype ch)
bkgd(chtype ch)
wbkgdset(WINDOW *win, chtype ch)
wbkgd(WINDOW *win, chtype ch)
border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft,
chtype topright, chtype botleft, chtype botright)
wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom,
chtype topleft, chtype topright, chtype botleft, chtype botright)
box(WINDOW *win, chtype vert, chtype hor)
__cursesi_chtype_to_cchar(chtype in, cchar_t *out)
extern chtype _acs_char[NUM_ACS];
int addch(chtype);
int addchnstr(const chtype *, int);
int addchstr(const chtype *);
int bkgd(chtype);
void bkgdset(chtype);
int border(chtype, chtype, chtype, chtype,
chtype, chtype, chtype, chtype);
int echochar(const chtype);
chtype inch(void);
int inchnstr(chtype *, int);
int inchstr(chtype *);
int insch(chtype);
int mvaddch(int, int, chtype);
int mvaddchnstr(int, int, const chtype *, int);
int mvaddchstr(int, int, const chtype *);
chtype mvinch(int, int);
int mvinchnstr(int, int, chtype *, int);
int mvinchstr(int, int, chtype *);
int mvinsch(int, int, chtype);
int mvwaddch(WINDOW *, int, int, chtype);
int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
int mvwaddchstr(WINDOW *, int, int, const chtype *);
chtype mvwinch(WINDOW *, int, int);
int mvwinsch(WINDOW *, int, int, chtype);
int box(WINDOW *, chtype, chtype);
chtype getattrs(WINDOW *);
chtype getbkgd(WINDOW *);
int hline(chtype, int);
int mvhline(int, int, chtype, int);
int mvvline(int, int, chtype, int);
int mvwhline(WINDOW *, int, int, chtype, int);
int mvwvline(WINDOW *, int, int, chtype, int);
int mvwinchnstr(WINDOW *, int, int, chtype *, int);
int mvwinchstr(WINDOW *, int, int, chtype *);
int pechochar(WINDOW *, const chtype);
chtype termattrs(void);
typedef chtype cchar_t;
int vline(chtype, int);
int waddch(WINDOW *, chtype);
int waddchnstr(WINDOW *, const chtype *, int);
int waddchstr(WINDOW *, const chtype *);
int wbkgd(WINDOW *, chtype);
void wbkgdset(WINDOW *, chtype);
int wborder(WINDOW *, chtype, chtype, chtype, chtype, chtype, chtype,
chtype, chtype);
int wechochar(WINDOW *, const chtype);
int whline(WINDOW *, chtype, int);
chtype winch(WINDOW *);
int winchnstr(WINDOW *, chtype *, int);
int winchstr(WINDOW *, chtype *);
int winsch(WINDOW *, chtype);
int wvline(WINDOW *, chtype, int);
int slk_attroff(const chtype);
int slk_attron(const chtype);
int slk_attrset(const chtype);
chtype acs_char[NUM_ACS];
void __cursesi_chtype_to_cchar(chtype, cchar_t *);
echochar(const chtype ch)
wechochar(WINDOW *win, const chtype ch)
pechochar(WINDOW *pad, const chtype ch)
waddch(win, (chtype) c);
waddch(win, (chtype) inp);
chtype
chtype
chtype
chtype
chtype ch;
ch = (chtype) ((win)->alines[(win)->cury]->line[(win)->curx].ch &
mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n)
winchstr(WINDOW *win, chtype *chstr)
winchnstr(WINDOW *win, chtype *chstr, int n)
inchstr(chtype *chstr)
inchnstr(chtype *chstr, int n)
mvinchstr(int y, int x, chtype *chstr)
mvinchnstr(int y, int x, chtype *chstr, int n)
mvwinchstr(WINDOW *win, int y, int x, chtype *chstr)
insch(chtype ch)
mvinsch(int y, int x, chtype ch)
mvwinsch(WINDOW *win, int y, int x, chtype ch)
winsch(WINDOW *win, chtype ch)
vline(chtype ch, int count)
mvvline(int y, int x, chtype ch, int count)
mvwvline(WINDOW *win, int y, int x, chtype ch, int count)
wvline(WINDOW *win, chtype ch, int count)
hline(chtype ch, int count)
mvhline(int y, int x, chtype ch, int count)
mvwhline(WINDOW *win, int y, int x, chtype ch, int count)
whline(WINDOW *win, chtype ch, int count)
slk_attron(const chtype attr)
slk_attroff(const chtype attr)
slk_attrset(const chtype attr)
__slk_attron(SCREEN *screen, const chtype attr)
__slk_attroff(SCREEN *screen, const chtype attr)
__slk_attrset(SCREEN *screen, const chtype attr)
static int __slk_attroff(SCREEN *, const chtype);
static int __slk_attron(SCREEN *, const chtype);
static int __slk_attrset(SCREEN *, const chtype);
set_field_fore(FIELD *fptr, chtype attribute)
chtype
set_field_back(FIELD *field, chtype attribute)
chtype
chtype fore; /* character attributes for the foreground */
chtype back; /* character attributes for the background */
chtype field_back(FIELD *);
chtype field_fore(FIELD *);
int set_field_back(FIELD *, chtype);
int set_field_fore(FIELD *, chtype);
enum chtype type; /* type of the dirent */
struct chfs_inode *, const char *, int, enum chtype);
int chfs_filldir (struct uio *, ino_t, const char *, int, enum chtype);
#define VTTOCHT(v_type) (enum chtype)(v_type)
static const enum chtype iftocht_tab[16] = {
enum chtype ch_type; /* chfs file type */
int namelen, enum chtype type)
chfs_do_link(struct chfs_inode *ip, struct chfs_inode *parent, const char *name, int namelen, enum chtype type)
report_byte(chtype c)
chtype string[2];
report_nstr(chtype *string)
chtype *p;
chtype arg = ((const chtype *)*args++)[0]
const chtype *arg = (const chtype *)*args++
chtype *string;
if ((string = malloc((count + 1) * sizeof(chtype))) == NULL) {
chtype string[256];
chtype string[256];
chtype string[256];
chtype *string;
if ((string = malloc((limit + 1) * sizeof(chtype))) == NULL) {
chtype string[256];
chtype *string;
if ((string = malloc((count + 1) * sizeof(chtype))) == NULL) {
chtype string[256];
void report_byte(chtype);
void report_nstr(chtype *);