/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inch.c | 51 chtype 54 chtype ch; in inch() 63 chtype 66 chtype ch; in mvinch() 68 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR) in mvinch() 76 chtype 79 chtype ch; in mvwinch() 81 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR) in mvwinch()
|
H A D | brdr.c | 52 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 53 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
H A D | wbrdr.c | 57 chtype ls, chtype rs, chtype ts, chtype bs, in wborder() 58 chtype tl, chtype tr, chtype bl, chtype br) in wborder()
|
H A D | addchn.c | 52 addchnstr(const chtype *chs, int n) in addchnstr() 64 mvaddchnstr(int y, int x, const chtype *chs, int n) in mvaddchnstr() 77 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() 90 addchstr(const chtype *chs) in addchstr() 102 mvaddchstr(int y, int x, const chtype *chs) in mvaddchstr() 115 mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs) in mvwaddchstr() 128 waddchstr(WINDOW *w, const chtype *chs) in waddchstr()
|
H A D | inchn.c | 52 inchnstr(chtype *chs, int n) in inchnstr() 64 mvinchnstr(int y, int x, chtype *chs, int n) in mvinchnstr() 77 mvwinchnstr(WINDOW *w, int y, int x, chtype *chs, int n) in mvwinchnstr() 90 inchstr(chtype *chs) in inchstr() 102 mvinchstr(int y, int x, chtype *chs) in mvinchstr() 115 mvwinchstr(WINDOW *w, int y, int x, chtype *chs) in mvwinchstr() 128 winchstr(WINDOW *w, chtype *chs) in winchstr()
|
H A D | hln.c | 52 hline(chtype h, int n) in hline() 64 mvhline(int y, int x, chtype h, int n) in mvhline() 77 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() 90 vline(chtype v, int n) in vline() 102 mvvline(int y, int x, chtype v, int n) in mvvline() 115 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inch.c | 46 chtype in chtype() function 49 chtype ch; in chtype() 60 chtype 64 chtype ch; 70 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR) 76 chtype 81 chtype ch; 87 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
|
H A D | brdr.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 50 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
H A D | wbrdr.c | 54 chtype ls, chtype rs, chtype ts, chtype bs, in wborder() 55 chtype tl, chtype tr, chtype bl, chtype br) in wborder()
|
H A D | attron.c | 53 (void) __m_chtype_cc((chtype) at, &cc); in attron() 68 (void) __m_chtype_cc((chtype) at, &cc); in attroff() 83 (void) __m_chtype_cc((chtype) at, &cc); in attrset() 90 chtype in chtype() function 93 chtype ch; in chtype() 99 ch = (chtype)(co) << __COLOR_SHIFT; in chtype() 105 (PAIR_NUMBER)(chtype at)
|
H A D | inchn.c | 48 chtype *chs; 65 chtype *chs; 84 chtype *chs; 101 chtype *chs; 117 chtype *chs; 135 chtype *chs; 152 chtype *chs;
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 49 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 50 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
H A D | llib-lcurses | 81 int addch(chtype ch); 84 int addchnstr(chtype *s, int n); 87 int addchstr(chtype *s); 99 int addwch(chtype ch); 102 int addwchnstr(chtype *str, int n); 105 int addwchstr(chtype *str); 111 int attroff(chtype at); 114 int attron(chtype at); 117 int attrset(chtype at); 123 int bkgd(chtype c); [all …]
|
H A D | _box.c | 49 box(WINDOW *win, chtype v, chtype h) in box() 52 (chtype) 0, (chtype) 0, (chtype) 0, (chtype) 0)); in box()
|
H A D | wborder.c | 78 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, in wborder() 79 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) in wborder() 82 chtype **_y = win->_y; /* register version */ in wborder() 83 chtype *line_ptr, variables[8]; in wborder() 85 chtype wc; in wborder()
|
H A D | curses.ed | 104 * chtype is the type used to store a character together with attributes. 108 typedef CHTYPE chtype; 111 typedef unsigned int chtype; 113 typedef unsigned long chtype; 118 * Define for the 'old' definition of chtype is required 169 chtype _attrs; /* current window attributes */ 170 chtype _bkgd; /* background, normally blank */ 178 chtype **_y; /* lines of data */ 238 extern chtype *acs32map; 286 extern chtype *acs_map; [all …]
|
H A D | vidupdate.c | 54 extern chtype bit_attributes[]; 60 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() 63 chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate() 64 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate() 65 int _change_video(chtype, chtype, int (*)(char)); in vidupdate() 77 chtype turn_off = A_COLOR; in vidupdate() 86 turn_off |= (((chtype) no_color_video) << 16); in vidupdate() 136 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video() 178 chtype check_faked, modes[2]; in _change_video() 235 chtype turn_on, turn_off; in _change_video()
|
H A D | memSset.c | 52 memSset(chtype *s, chtype c, int n) in memSset() 60 count = (n - 1) * sizeof (chtype); in memSset() 62 chtype *sfrom = s; /* %r5 */ in memSset() 79 count = (n - 1) * sizeof (chtype); 81 chtype *sfrom = s; /* %r7 */
|
H A D | init_acs.c | 76 chtype *nacsmap; in init_acs() 81 if ((nacsmap = cur_term->_acs32map = (chtype *) in init_acs() 82 malloc(sizeof (chtype) * 0400)) == NULL) in init_acs() 84 if ((nacsmap = cur_term->_acsmap = (chtype *) in init_acs() 85 malloc(sizeof (chtype) * 0400)) == NULL) in init_acs() 100 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 49 int addch(chtype); 50 int mvaddch(int, int, chtype); 51 int mvwaddch(WINDOW *, int, int, chtype); 56 int addchnstr(const chtype *, int); 57 int mvaddchnstr(int, int, const chtype *, int); 58 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 59 int addchstr(const chtype *); 60 int mvaddchstr(int, int, const chtype *); 61 int mvwaddchstr(WINDOW *, int, int, const chtype *); 62 int waddchstr(WINDOW *, const chtype *); [all …]
|
H A D | llib-lxcurses | 49 int addch(chtype); 50 int mvaddch(int, int, chtype); 51 int mvwaddch(WINDOW *, int, int, chtype); 56 int addchnstr(const chtype *, int); 57 int mvaddchnstr(int, int, const chtype *, int); 58 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 59 int addchstr(const chtype *); 60 int mvaddchstr(int, int, const chtype *); 61 int mvwaddchstr(WINDOW *, int, int, const chtype *); 62 int waddchstr(WINDOW *, const chtype *); [all …]
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 49 int addch(chtype); 50 int mvaddch(int, int, chtype); 51 int mvwaddch(WINDOW *, int, int, chtype); 56 int addchnstr(const chtype *, int); 57 int mvaddchnstr(int, int, const chtype *, int); 58 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 59 int addchstr(const chtype *); 60 int mvaddchstr(int, int, const chtype *); 61 int mvwaddchstr(WINDOW *, int, int, const chtype *); 62 int waddchstr(WINDOW *, const chtype *); [all …]
|
H A D | llib-lxcurses | 49 int addch(chtype); 50 int mvaddch(int, int, chtype); 51 int mvwaddch(WINDOW *, int, int, chtype); 56 int addchnstr(const chtype *, int); 57 int mvaddchnstr(int, int, const chtype *, int); 58 int mvwaddchnstr(WINDOW *, int, int, const chtype *, int); 59 int addchstr(const chtype *); 60 int mvaddchstr(int, int, const chtype *); 61 int mvwaddchstr(WINDOW *, int, int, const chtype *); 62 int waddchstr(WINDOW *, const chtype *); [all …]
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 191 typedef unsigned long chtype; typedef 339 extern int __m_chtype_cc(chtype, cchar_t *); 340 extern chtype __m_cc_chtype(const cchar_t *); 384 extern int addch(chtype); 385 extern int addchnstr(const chtype *, int); 386 extern int addchstr(const chtype *); 390 extern int mvaddch(int, int, chtype); 391 extern int mvaddchnstr(int, int, const chtype *, int); 392 extern int mvaddchstr(int, int, const chtype *); 396 extern int mvwaddch(WINDOW *, int, int, chtype); [all …]
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 198 typedef unsigned int chtype; typedef 200 typedef unsigned long chtype; typedef 352 extern int addch(chtype); 353 extern int addchnstr(const chtype *, int); 354 extern int addchstr(const chtype *); 371 extern int bkgd(chtype); 372 extern void bkgdset(chtype); 376 chtype, chtype, chtype, chtype, 377 chtype, chtype, chtype, chtype); 383 extern int box(WINDOW *, chtype, chtype); [all …]
|