/src/lib/libcurses/ |
inch.c | 46 chtype 57 chtype 68 chtype 84 chtype 87 chtype ch; 93 ch = (chtype) ((win)->alines[(win)->cury]->line[(win)->curx].ch &
|
echochar.c | 46 echochar(const chtype ch) 58 wechochar(WINDOW *win, const chtype ch) 74 pechochar(WINDOW *pad, const chtype ch)
|
box.c | 49 box(WINDOW *win, chtype vert, chtype hor)
|
inchstr.c | 55 inchstr(chtype *chstr) 62 inchnstr(chtype *chstr, int n) 75 mvinchstr(int y, int x, chtype *chstr) 82 mvinchnstr(int y, int x, chtype *chstr, int n) 95 mvwinchstr(WINDOW *win, int y, int x, chtype *chstr) 105 mvwinchnstr(WINDOW *win, int y, int x, chtype *chstr, int n) 123 winchstr(WINDOW *win, chtype *chstr) 135 winchnstr(WINDOW *win, chtype *chstr, int n)
|
addchnstr.c | 49 addchstr(const chtype *chstr) 59 waddchstr(WINDOW *win, const chtype *chstr) 70 addchnstr(const chtype *chstr, int n) 80 mvaddchstr(int y, int x, const chtype *chstr) 90 mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr) 101 mvaddchnstr(int y, int x, const chtype *chstr, int n) 112 mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n) 132 waddchnstr(WINDOW *win, const chtype *chstr, int n) 135 const chtype *chp;
|
addch.c | 52 addch(chtype ch) 63 mvaddch(int y, int x, chtype ch) 74 mvwaddch(WINDOW *win, int y, int x, chtype ch) 91 waddch(WINDOW *win, chtype ch) 110 waddch(WINDOW *win, chtype ch)
|
curses.h | 54 typedef wchar_t chtype; typedef in typeref:typename:wchar_t 77 typedef chtype cchar_t; 287 extern chtype _acs_char[NUM_ACS]; 538 int addch(chtype); 539 int addchnstr(const chtype *, int); 540 int addchstr(const chtype *); 550 int bkgd(chtype); 551 void bkgdset(chtype); 552 int border(chtype, chtype, chtype, chtype [all...] |
insch.c | 54 insch(chtype ch) 65 mvinsch(int y, int x, chtype ch) 76 mvwinsch(WINDOW *win, int y, int x, chtype ch) 92 winsch(WINDOW *win, chtype ch)
|
line.c | 47 hline(chtype ch, int count) 59 mvhline(int y, int x, chtype ch, int count) 71 mvwhline(WINDOW *win, int y, int x, chtype ch, int count) 87 whline(WINDOW *win, chtype ch, int count) 119 vline(chtype ch, int count) 130 mvvline(int y, int x, chtype ch, int count) 142 mvwvline(WINDOW *win, int y, int x, chtype ch, int count) 158 wvline(WINDOW *win, chtype ch, int count)
|
background.c | 46 bkgdset(chtype ch) 57 bkgd(chtype ch) 67 wbkgdset(WINDOW *win, chtype ch) 91 wbkgd(WINDOW *win, chtype ch) 126 chtype 139 return ((chtype) ((win->bch & A_CHARTEXT) | battr));
|
border.c | 51 border(chtype left, chtype right, chtype top, chtype bottom, chtype topleft, 52 chtype topright, chtype botleft, chtype botright) 66 wborder(WINDOW *win, chtype left, chtype right, chtype top, chtype bottom [all...] |
slk.c | 65 static int __slk_attroff(SCREEN *, const chtype); 66 static int __slk_attron(SCREEN *, const chtype); 67 static int __slk_attrset(SCREEN *, const chtype); 117 slk_attron(const chtype attr) 141 slk_attroff(const chtype attr) 165 slk_attrset(const chtype attr) 296 __slk_attron(SCREEN *screen, const chtype attr) 324 __slk_attroff(SCREEN *screen, const chtype attr) 352 __slk_attrset(SCREEN *screen, const chtype attr)
|
cchar.c | 124 __cursesi_chtype_to_cchar(chtype in, cchar_t *out)
|
attributes.c | 239 chtype 246 return((chtype) win->wattr); 289 chtype 292 chtype ch = 0;
|
curses_private.h | 235 chtype acs_char[NUM_ACS]; 377 void __cursesi_chtype_to_cchar(chtype, cchar_t *);
|
acs.c | 40 chtype _acs_char[NUM_ACS];
|
/src/tests/lib/libcurses/slave/ |
slave.h | 43 void report_byte(chtype); 45 void report_nstr(chtype *);
|
commands.c | 197 * Report a single chtype back to the director via the command pipe. 200 report_byte(chtype c) 202 chtype string[2]; 210 * Report a string of chtype back to the director via the command pipe. 213 report_nstr(chtype *string) 216 chtype *p;
|
/src/sys/ufs/chfs/ |
chfs_inode.h | 48 enum chtype { enum 62 #define VTTOCHT(v_type) (enum chtype)(v_type) 64 /* vtype replaced with chtype, these are only for backward compatibility */ 65 static const enum chtype iftocht_tab[16] = { 99 enum chtype ch_type; /* chfs file type */
|
chfs.h | 197 enum chtype type; /* type of the dirent */ 655 struct chfs_inode *, const char *, int, enum chtype); 663 int chfs_filldir (struct uio *, ino_t, const char *, int, enum chtype);
|
chfs_subr.c | 136 int namelen, enum chtype type)
|
/src/lib/libform/ |
form.h | 222 chtype fore; /* character attributes for the foreground */ 223 chtype back; /* character attributes for the background */ 308 chtype field_back(FIELD *); 311 chtype field_fore(FIELD *); 351 int set_field_back(FIELD *, chtype); 353 int set_field_fore(FIELD *, chtype);
|
field.c | 570 set_field_fore(FIELD *fptr, chtype attribute) 581 chtype 594 set_field_back(FIELD *field, chtype attribute) 607 chtype
|
/src/tests/lib/libcurses/director/ |
testlang_conf.l | 335 chtype *rv; 347 chlen = ((len / 2) + 1) * sizeof(chtype); 350 err(1, "Cannot allocate chtype array"); 355 *rv = __NORMAL | '\0'; /* terminates chtype array */
|
/src/games/worms/ |
worms.c | 190 chtype ch, eye, attr; 502 chtype c = docaput ? w->eye : w->ch;
|