/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | inch.c | 49 chtype 52 chtype ch; in inch() 61 chtype 64 chtype ch; in mvinch() 66 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR) in mvinch() 74 chtype 77 chtype ch; in mvwinch() 79 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR) in mvwinch()
|
H A D | brdr.c | 50 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 51 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
H A D | wbrdr.c | 55 chtype ls, chtype rs, chtype ts, chtype bs, in wborder() 56 chtype tl, chtype tr, chtype bl, chtype br) in wborder()
|
H A D | addchn.c | 50 addchnstr(const chtype *chs, int n) in addchnstr() 62 mvaddchnstr(int y, int x, const chtype *chs, int n) in mvaddchnstr() 75 mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n) in mvwaddchnstr() 88 addchstr(const chtype *chs) in addchstr() 100 mvaddchstr(int y, int x, const chtype *chs) in mvaddchstr() 113 mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs) in mvwaddchstr() 126 waddchstr(WINDOW *w, const chtype *chs) in waddchstr()
|
H A D | inchn.c | 50 inchnstr(chtype *chs, int n) in inchnstr() 62 mvinchnstr(int y, int x, chtype *chs, int n) in mvinchnstr() 75 mvwinchnstr(WINDOW *w, int y, int x, chtype *chs, int n) in mvwinchnstr() 88 inchstr(chtype *chs) in inchstr() 100 mvinchstr(int y, int x, chtype *chs) in mvinchstr() 113 mvwinchstr(WINDOW *w, int y, int x, chtype *chs) in mvwinchstr() 126 winchstr(WINDOW *w, chtype *chs) in winchstr()
|
H A D | hln.c | 50 hline(chtype h, int n) in hline() 62 mvhline(int y, int x, chtype h, int n) in mvhline() 75 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() 88 vline(chtype v, int n) in vline() 100 mvvline(int y, int x, chtype v, int n) in mvvline() 113 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | inch.c | 44 chtype in chtype() function 47 chtype ch; in chtype() 58 chtype 62 chtype ch; 68 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR) 74 chtype 79 chtype ch; 85 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
|
H A D | brdr.c | 47 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 48 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
H A D | wbrdr.c | 52 chtype ls, chtype rs, chtype ts, chtype bs, in wborder() 53 chtype tl, chtype tr, chtype bl, chtype br) in wborder()
|
H A D | attron.c | 51 (void) __m_chtype_cc((chtype) at, &cc); in attron() 66 (void) __m_chtype_cc((chtype) at, &cc); in attroff() 81 (void) __m_chtype_cc((chtype) at, &cc); in attrset() 88 chtype in chtype() function 91 chtype ch; in chtype() 97 ch = (chtype)(co) << __COLOR_SHIFT; in chtype() 103 (PAIR_NUMBER)(chtype at)
|
H A D | inchn.c | 46 chtype *chs; 63 chtype *chs; 82 chtype *chs; 99 chtype *chs; 115 chtype *chs; 133 chtype *chs; 150 chtype *chs;
|
H A D | addchn.c | 48 const chtype *chs; in addchnstr() 67 const chtype *chs; 88 const chtype *chs; 107 const chtype *chs; in addchstr() 125 const chtype *chs; 145 const chtype *chs; 164 const chtype *chs;
|
H A D | hln.c | 47 hline(chtype h, int n) in hline() 63 mvhline(int y, int x, chtype h, int n) in mvhline() 80 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() 97 vline(chtype v, int n) in vline() 113 mvvline(int y, int x, chtype v, int n) in mvvline() 130 mvwvline(WINDOW *w, int y, int x, chtype v, int n) in mvwvline()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _border.c | 47 border(chtype ls, chtype rs, chtype ts, chtype bs, in border() 48 chtype tl, chtype tr, chtype bl, chtype br) in border()
|
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 | _box.c | 47 box(WINDOW *win, chtype v, chtype h) in box() 50 (chtype) 0, (chtype) 0, (chtype) 0, (chtype) 0)); in box()
|
H A D | wborder.c | 76 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, in wborder() 77 chtype bs, chtype tl, chtype tr, chtype bl, chtype br) in wborder() 80 chtype **_y = win->_y; /* register version */ in wborder() 81 chtype *line_ptr, variables[8]; in wborder() 83 chtype wc; in wborder()
|
H A D | vidupdate.c | 52 extern chtype bit_attributes[]; 58 vidupdate(chtype newmode, chtype oldmode, int (*outc)(char)) in vidupdate() 61 chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate() 62 chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR; in vidupdate() 63 int _change_video(chtype, chtype, int (*)(char)); in vidupdate() 75 chtype turn_off = A_COLOR; in vidupdate() 84 turn_off |= (((chtype) no_color_video) << 16); in vidupdate() 134 _change_video(chtype newmode, chtype oldmode, int (*outc)(char)) in _change_video() 176 chtype check_faked, modes[2]; in _change_video() 233 chtype turn_on, turn_off; in _change_video()
|
H A D | memSset.c | 50 memSset(chtype *s, chtype c, int n) in memSset() 58 count = (n - 1) * sizeof (chtype); in memSset() 60 chtype *sfrom = s; /* %r5 */ in memSset() 77 count = (n - 1) * sizeof (chtype); 79 chtype *sfrom = s; /* %r7 */
|
H A D | init_acs.c | 74 chtype *nacsmap; in init_acs() 79 if ((nacsmap = cur_term->_acs32map = (chtype *) in init_acs() 80 malloc(sizeof (chtype) * 0400)) == NULL) in init_acs() 82 if ((nacsmap = cur_term->_acsmap = (chtype *) in init_acs() 83 malloc(sizeof (chtype) * 0400)) == NULL) in init_acs() 98 memSset(nacsmap, (chtype) '+', 0400); in init_acs()
|
H A D | winwchnstr.c | 43 winwchnstr(WINDOW *win, chtype *string, int ncols) in winwchnstr() 45 chtype *ptr = &(win->_y[win->_cury][win->_curx]); in winwchnstr() 51 chtype rawc; in winwchnstr() 52 chtype attr; in winwchnstr() 84 *string = (chtype) 0; in winwchnstr()
|
H A D | curshdr.h | 247 #define _FROM_OCHTYPE(x) ((chtype) ((x&0177) | ((x&0177600)<<9))) 255 extern int (*_quick_ptr)(WINDOW *, chtype); 256 extern int (_quick_echo)(WINDOW *, chtype); 268 extern int _outwch(chtype); 273 extern int _mbaddch(WINDOW *, chtype, chtype); 296 extern chtype tgetch(int); 304 extern void memSset(chtype *, chtype, int);
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 189 typedef unsigned long chtype; typedef 337 extern int __m_chtype_cc(chtype, cchar_t *); 338 extern chtype __m_cc_chtype(const cchar_t *); 382 extern int addch(chtype); 383 extern int addchnstr(const chtype *, int); 384 extern int addchstr(const chtype *); 388 extern int mvaddch(int, int, chtype); 389 extern int mvaddchnstr(int, int, const chtype *, int); 390 extern int mvaddchstr(int, int, const chtype *); 394 extern int mvwaddch(WINDOW *, int, int, chtype); [all …]
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 196 typedef unsigned int chtype; typedef 198 typedef unsigned long chtype; typedef 350 extern int addch(chtype); 351 extern int addchnstr(const chtype *, int); 352 extern int addchstr(const chtype *); 369 extern int bkgd(chtype); 370 extern void bkgdset(chtype); 374 chtype, chtype, chtype, chtype, 375 chtype, chtype, chtype, chtype); 381 extern int box(WINDOW *, chtype, chtype); [all …]
|
/illumos-gate/usr/src/lib/libeti/menu/inc/ |
H A D | menu.h | 100 chtype fore; /* Attribute for selection */ 101 chtype back; /* Attribute for nonselection */ 102 chtype grey; /* Attribute for inactive */ 153 extern chtype menu_back(MENU *), 177 set_menu_back(MENU *, chtype), 178 set_menu_fore(MENU *, chtype), 180 set_menu_grey(MENU *, chtype), 216 extern chtype menu_back(),
|