Symbol: chtype
usr/src/lib/libcurses/screen/_addch.c
47
addch(chtype ch)
usr/src/lib/libcurses/screen/_addchnstr.c
47
addchnstr(chtype *s, int n)
usr/src/lib/libcurses/screen/_addchstr.c
47
addchstr(chtype *s)
usr/src/lib/libcurses/screen/_addwch.c
38
addwch(chtype ch)
usr/src/lib/libcurses/screen/_addwchnstr.c
38
addwchnstr(chtype *str, int n)
usr/src/lib/libcurses/screen/_addwchstr.c
38
addwchstr(chtype *str)
usr/src/lib/libcurses/screen/_attroff.c
47
attroff(chtype at)
usr/src/lib/libcurses/screen/_attron.c
47
attron(chtype at)
usr/src/lib/libcurses/screen/_attrset.c
47
attrset(chtype at)
usr/src/lib/libcurses/screen/_bkgd.c
47
bkgd(chtype c)
usr/src/lib/libcurses/screen/_bkgdset.c
45
bkgdset(chtype c)
usr/src/lib/libcurses/screen/_border.c
47
border(chtype ls, chtype rs, chtype ts, chtype bs,
usr/src/lib/libcurses/screen/_border.c
48
chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libcurses/screen/_box.c
47
box(WINDOW *win, chtype v, chtype h)
usr/src/lib/libcurses/screen/_box.c
50
(chtype) 0, (chtype) 0, (chtype) 0, (chtype) 0));
usr/src/lib/libcurses/screen/_echochar.c
47
echochar(chtype ch)
usr/src/lib/libcurses/screen/_echowchar.c
38
echowchar(chtype ch)
usr/src/lib/libcurses/screen/_hline.c
47
hline(chtype horch, int num_chars)
usr/src/lib/libcurses/screen/_inch.c
46
chtype
usr/src/lib/libcurses/screen/_inchnstr.c
47
inchnstr(chtype *s, int n)
usr/src/lib/libcurses/screen/_inchstr.c
47
inchstr(chtype *s)
usr/src/lib/libcurses/screen/_insch.c
47
insch(chtype c)
usr/src/lib/libcurses/screen/_inswch.c
38
inswch(chtype c)
usr/src/lib/libcurses/screen/_inwch.c
37
chtype
usr/src/lib/libcurses/screen/_inwchnstr.c
38
inwchnstr(chtype *str, int n)
usr/src/lib/libcurses/screen/_inwchstr.c
38
inwchstr(chtype *str)
usr/src/lib/libcurses/screen/_mvaddch.c
38
mvaddch(int y, int x, chtype ch)
usr/src/lib/libcurses/screen/_mvaddchnstr.c
38
mvaddchnstr(int y, int x, chtype *s, int n)
usr/src/lib/libcurses/screen/_mvaddchstr.c
47
mvaddchstr(int y, int x, chtype *s)
usr/src/lib/libcurses/screen/_mvaddwch.c
38
mvaddwch(int y, int x, chtype ch)
usr/src/lib/libcurses/screen/_mvaddwchnstr.c
38
mvaddwchnstr(int y, int x, chtype *str, int n)
usr/src/lib/libcurses/screen/_mvaddwchstr.c
38
mvaddwchstr(int y, int x, chtype *str)
usr/src/lib/libcurses/screen/_mvhline.c
47
mvhline(int y, int x, chtype c, int n)
usr/src/lib/libcurses/screen/_mvinch.c
46
chtype
usr/src/lib/libcurses/screen/_mvinch.c
49
return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr));
usr/src/lib/libcurses/screen/_mvinchnstr.c
47
mvinchnstr(int y, int x, chtype *s, int n)
usr/src/lib/libcurses/screen/_mvinchstr.c
47
mvinchstr(int y, int x, chtype *s)
usr/src/lib/libcurses/screen/_mvinsch.c
47
mvinsch(int y, int x, chtype c)
usr/src/lib/libcurses/screen/_mvinswch.c
38
mvinswch(int y, int x, chtype c)
usr/src/lib/libcurses/screen/_mvinwch.c
37
chtype
usr/src/lib/libcurses/screen/_mvinwchnstr.c
38
mvinwchnstr(int y, int x, chtype *str, int n)
usr/src/lib/libcurses/screen/_mvinwchstr.c
38
mvinwchstr(int y, int x, chtype *str)
usr/src/lib/libcurses/screen/_mvvline.c
47
mvvline(int y, int x, chtype c, int n)
usr/src/lib/libcurses/screen/_mvwaddch.c
47
mvwaddch(WINDOW *win, int y, int x, chtype ch)
usr/src/lib/libcurses/screen/_mvwaddchnst.c
47
mvwaddchnstr(WINDOW *win, int y, int x, chtype *ch, int n)
usr/src/lib/libcurses/screen/_mvwaddchstr.c
47
mvwaddchstr(WINDOW *win, int y, int x, chtype *ch)
usr/src/lib/libcurses/screen/_mvwaddwch.c
38
mvwaddwch(WINDOW *win, int y, int x, chtype ch)
usr/src/lib/libcurses/screen/_mvwaddwchnstr.c
38
mvwaddwchnstr(WINDOW *win, int y, int x, chtype *str, int n)
usr/src/lib/libcurses/screen/_mvwaddwchstr.c
38
mvwaddwchstr(WINDOW *win, int y, int x, chtype *str)
usr/src/lib/libcurses/screen/_mvwhline.c
47
mvwhline(WINDOW *win, int y, int x, chtype c, int n)
usr/src/lib/libcurses/screen/_mvwinch.c
46
chtype
usr/src/lib/libcurses/screen/_mvwinch.c
49
return (wmove(win, y, x) == ERR ? (chtype) ERR : winch(win));
usr/src/lib/libcurses/screen/_mvwinchnst.c
47
mvwinchnstr(WINDOW *win, int y, int x, chtype *s, int n)
usr/src/lib/libcurses/screen/_mvwinchstr.c
47
mvwinchstr(WINDOW *win, int y, int x, chtype *str)
usr/src/lib/libcurses/screen/_mvwinsch.c
47
mvwinsch(WINDOW *win, int y, int x, chtype c)
usr/src/lib/libcurses/screen/_mvwinswch.c
38
mvwinswch(WINDOW *win, int y, int x, chtype c)
usr/src/lib/libcurses/screen/_mvwinwch.c
37
chtype
usr/src/lib/libcurses/screen/_mvwinwch.c
40
return ((wmove(win, y, x) == ERR ? (chtype)ERR : winwch(win)));
usr/src/lib/libcurses/screen/_mvwinwchnstr.c
38
mvwinwchnstr(WINDOW *win, int y, int x, chtype *str, int n)
usr/src/lib/libcurses/screen/_mvwinwchstr.c
38
mvwinwchstr(WINDOW *win, int y, int x, chtype *str)
usr/src/lib/libcurses/screen/_mvwvline.c
47
mvwvline(WINDOW *win, int y, int x, chtype c, int n)
usr/src/lib/libcurses/screen/_vline.c
47
vline(chtype vertch, int num_chars)
usr/src/lib/libcurses/screen/_waddchstr.c
47
waddchstr(WINDOW *win, chtype *str)
usr/src/lib/libcurses/screen/_waddwchstr.c
38
waddwchstr(WINDOW *win, chtype *str)
usr/src/lib/libcurses/screen/_winwchstr.c
38
winwchstr(WINDOW *win, chtype *str)
usr/src/lib/libcurses/screen/chkinput.c
177
chtype *inputQ = cur_term->_input_queue;
usr/src/lib/libcurses/screen/copywin.c
141
numcopied = (chtype) (epDst - spDst + 1);
usr/src/lib/libcurses/screen/copywin.c
61
chtype **_yDst = Dstwin->_y, **_ySrc = Srcwin->_y,
usr/src/lib/libcurses/screen/copywin.c
88
width_bytes = width * (int)sizeof (chtype);
usr/src/lib/libcurses/screen/curses.c
51
(*_quick_ptr)(WINDOW *, chtype);
usr/src/lib/libcurses/screen/curses.c
61
chtype *acs32map;
usr/src/lib/libcurses/screen/curses.c
66
chtype *acs_map;
usr/src/lib/libcurses/screen/curshdr.h
247
#define _FROM_OCHTYPE(x) ((chtype) ((x&0177) | ((x&0177600)<<9)))
usr/src/lib/libcurses/screen/curshdr.h
255
extern int (*_quick_ptr)(WINDOW *, chtype);
usr/src/lib/libcurses/screen/curshdr.h
256
extern int (_quick_echo)(WINDOW *, chtype);
usr/src/lib/libcurses/screen/curshdr.h
268
extern int _outwch(chtype);
usr/src/lib/libcurses/screen/curshdr.h
273
extern int _mbaddch(WINDOW *, chtype, chtype);
usr/src/lib/libcurses/screen/curshdr.h
296
extern chtype tgetch(int);
usr/src/lib/libcurses/screen/curshdr.h
304
extern void memSset(chtype *, chtype, int);
usr/src/lib/libcurses/screen/derwin.c
59
chtype **w_y, **o_y;
usr/src/lib/libcurses/screen/dupwin.c
106
chtype *ws, *we, *ns, *ne, wc;
usr/src/lib/libcurses/screen/dupwin.c
126
(ne-ns)*sizeof (chtype));
usr/src/lib/libcurses/screen/dupwin.c
61
chtype **wincp, **newcp;
usr/src/lib/libcurses/screen/dupwin.c
79
if ((new->_y = (chtype **) malloc(nlines * sizeof (chtype *))) ==
usr/src/lib/libcurses/screen/getattrs.c
45
chtype
usr/src/lib/libcurses/screen/getbkgd.c
45
chtype
usr/src/lib/libcurses/screen/getwin.c
54
chtype **ecp, **wcp;
usr/src/lib/libcurses/screen/getwin.c
86
if (fread((char *) *wcp++, sizeof (chtype), maxx, filep) !=
usr/src/lib/libcurses/screen/init_acs.c
74
chtype *nacsmap;
usr/src/lib/libcurses/screen/init_acs.c
79
if ((nacsmap = cur_term->_acs32map = (chtype *)
usr/src/lib/libcurses/screen/init_acs.c
80
malloc(sizeof (chtype) * 0400)) == NULL)
usr/src/lib/libcurses/screen/init_acs.c
82
if ((nacsmap = cur_term->_acsmap = (chtype *)
usr/src/lib/libcurses/screen/init_acs.c
83
malloc(sizeof (chtype) * 0400)) == NULL)
usr/src/lib/libcurses/screen/init_acs.c
98
memSset(nacsmap, (chtype) '+', 0400);
usr/src/lib/libcurses/screen/init_pair.c
77
chtype **y = curscr->_y;
usr/src/lib/libcurses/screen/init_pair.c
81
chtype new_pair = COLOR_PAIR(pair);
usr/src/lib/libcurses/screen/makenew.c
63
if ((win->_y = (chtype **) malloc(nlines * sizeof (chtype *))) == NULL)
usr/src/lib/libcurses/screen/mbaddch.c
145
_mbaddch(WINDOW *win, chtype a, chtype c)
usr/src/lib/libcurses/screen/mbaddch.c
148
chtype *wcp, wc;
usr/src/lib/libcurses/screen/mbaddch.c
43
chtype *wcp, *ep, *wp, wc;
usr/src/lib/libcurses/screen/mbaddch.c
91
chtype *wp, *wcp, *ecp, wc;
usr/src/lib/libcurses/screen/mbcharlen.c
44
chtype c;
usr/src/lib/libcurses/screen/mbdisplen.c
44
chtype c;
usr/src/lib/libcurses/screen/mbinch.c
45
chtype *wp, *ep, wc;
usr/src/lib/libcurses/screen/mbinsshift.c
44
chtype *wcp, *wp, *ep;
usr/src/lib/libcurses/screen/mbinsshift.c
57
reg chtype rb;
usr/src/lib/libcurses/screen/mbmove.c
45
chtype *wcp, *wp, *ep;
usr/src/lib/libcurses/screen/memSset.c
50
memSset(chtype *s, chtype c, int n)
usr/src/lib/libcurses/screen/memSset.c
58
count = (n - 1) * sizeof (chtype);
usr/src/lib/libcurses/screen/memSset.c
60
chtype *sfrom = s; /* %r5 */
usr/src/lib/libcurses/screen/memSset.c
77
count = (n - 1) * sizeof (chtype);
usr/src/lib/libcurses/screen/memSset.c
79
chtype *sfrom = s; /* %r7 */
usr/src/lib/libcurses/screen/mvcur.c
318
chtype *scp;
usr/src/lib/libcurses/screen/mvderwin.c
58
chtype obkgd, **wc, **pc;
usr/src/lib/libcurses/screen/newwin.c
100
if ((_y[i] = (chtype *) malloc(scols)) ==
usr/src/lib/libcurses/screen/newwin.c
65
memSset(&win->_y[counter][0], (chtype) ' ', ncols);
usr/src/lib/libcurses/screen/newwin.c
88
size_t scols = win->_maxx * sizeof (chtype);
usr/src/lib/libcurses/screen/newwin.c
89
chtype **_y = win->_y;
usr/src/lib/libcurses/screen/newwin.c
96
if (((_y[i] = (chtype *) malloc(scols)) == NULL) ||
usr/src/lib/libcurses/screen/outch.c
51
return (_outwch((chtype)c));
usr/src/lib/libcurses/screen/outch.c
55
_outwch(chtype c)
usr/src/lib/libcurses/screen/outch.c
57
chtype o;
usr/src/lib/libcurses/screen/pechochar.c
55
pechochar(WINDOW *pad, chtype ch)
usr/src/lib/libcurses/screen/pechowchar.c
46
pechowchar(WINDOW *pad, chtype ch)
usr/src/lib/libcurses/screen/prefresh.c
104
chtype **p_y, **o_y;
usr/src/lib/libcurses/screen/putp.c
77
vidattr(chtype newmode)
usr/src/lib/libcurses/screen/putwin.c
56
chtype **wcp, **ecp;
usr/src/lib/libcurses/screen/putwin.c
70
if (fwrite((char *) *wcp++, sizeof (chtype),
usr/src/lib/libcurses/screen/quick_echo.c
53
_quick_echo(WINDOW *win, chtype ch)
usr/src/lib/libcurses/screen/quick_echo.c
58
chtype rawc = _CHAR(ch), rawattrs = _ATTR(ch);
usr/src/lib/libcurses/screen/setupterm.c
56
chtype bit_attributes[NUM_ATTRIBUTES] = {
usr/src/lib/libcurses/screen/slk_atroff.c
46
slk_attroff(chtype a)
usr/src/lib/libcurses/screen/slk_atron.c
46
slk_attron(chtype a)
usr/src/lib/libcurses/screen/slk_atrset.c
46
slk_attrset(chtype a)
usr/src/lib/libcurses/screen/termattrs.c
45
chtype
usr/src/lib/libcurses/screen/tgetch.c
180
static void _map_button(chtype *);
usr/src/lib/libcurses/screen/tgetch.c
192
_getkey(int blockpeek, chtype *inp)
usr/src/lib/libcurses/screen/tgetch.c
197
chtype *inputQ = cur_term->_input_queue;
usr/src/lib/libcurses/screen/tgetch.c
378
chtype *inputQ = cur_term->_input_queue; /* ??? */
usr/src/lib/libcurses/screen/tgetch.c
380
chtype *chars_onQ = (chtype *) &(cur_term->_chars_on_queue);
usr/src/lib/libcurses/screen/tgetch.c
59
static int _getkey(int, chtype *);
usr/src/lib/libcurses/screen/tgetch.c
608
_map_button(chtype *inp)
usr/src/lib/libcurses/screen/tgetch.c
63
chtype
usr/src/lib/libcurses/screen/tgetch.c
68
chtype inp;
usr/src/lib/libcurses/screen/tgetch.c
69
chtype *inputQ = cur_term->_input_queue;
usr/src/lib/libcurses/screen/tgetch.c
95
inp = (chtype) _pk();
usr/src/lib/libcurses/screen/ungetch.c
51
chtype *inputQ = cur_term->_input_queue;
usr/src/lib/libcurses/screen/vidputs.c
46
vidputs(chtype a, int (*b)(char))
usr/src/lib/libcurses/screen/vidupdate.c
134
_change_video(chtype newmode, chtype oldmode, int (*outc)(char))
usr/src/lib/libcurses/screen/vidupdate.c
176
chtype check_faked, modes[2];
usr/src/lib/libcurses/screen/vidupdate.c
233
chtype turn_on, turn_off;
usr/src/lib/libcurses/screen/vidupdate.c
52
extern chtype bit_attributes[];
usr/src/lib/libcurses/screen/vidupdate.c
58
vidupdate(chtype newmode, chtype oldmode, int (*outc)(char))
usr/src/lib/libcurses/screen/vidupdate.c
61
chtype oldvideo = (oldmode & A_ATTRIBUTES) & ~A_COLOR;
usr/src/lib/libcurses/screen/vidupdate.c
62
chtype newvideo = (newmode & A_ATTRIBUTES) & ~A_COLOR;
usr/src/lib/libcurses/screen/vidupdate.c
63
int _change_video(chtype, chtype, int (*)(char));
usr/src/lib/libcurses/screen/vidupdate.c
75
chtype turn_off = A_COLOR;
usr/src/lib/libcurses/screen/vidupdate.c
84
turn_off |= (((chtype) no_color_video) << 16);
usr/src/lib/libcurses/screen/waddch.c
109
if ((waddch(win, (chtype)
usr/src/lib/libcurses/screen/waddch.c
111
(waddch(win, (chtype)
usr/src/lib/libcurses/screen/waddch.c
51
waddch(WINDOW *win, chtype c)
usr/src/lib/libcurses/screen/waddch.c
55
chtype rawc = _CHAR(c);
usr/src/lib/libcurses/screen/waddch.c
56
chtype rawattrs = _ATTR(c);
usr/src/lib/libcurses/screen/waddch.c
98
chtype space = ' ' | rawattrs;
usr/src/lib/libcurses/screen/waddchnstr.c
50
waddchnstr(WINDOW *win, chtype *string, int ncols)
usr/src/lib/libcurses/screen/waddnstr.c
50
chtype ch;
usr/src/lib/libcurses/screen/waddnstr.c
53
chtype **_y = win->_y;
usr/src/lib/libcurses/screen/waddnstr.c
89
chtype c;
usr/src/lib/libcurses/screen/waddwch.c
41
waddwch(WINDOW *win, chtype c)
usr/src/lib/libcurses/screen/waddwch.c
45
chtype a;
usr/src/lib/libcurses/screen/waddwchnstr.c
42
waddwchnstr(WINDOW *win, chtype *string, int ncols)
usr/src/lib/libcurses/screen/waddwchnstr.c
48
chtype *ptr = &(win->_y[my_y][my_x]);
usr/src/lib/libcurses/screen/waddwchnstr.c
49
chtype *sptr = ptr;
usr/src/lib/libcurses/screen/waddwchnstr.c
52
chtype rawc;
usr/src/lib/libcurses/screen/waddwchnstr.c
53
chtype attr;
usr/src/lib/libcurses/screen/wadjcurspos.c
37
chtype *_yy;
usr/src/lib/libcurses/screen/wattroff.c
46
wattroff(WINDOW *win, chtype a)
usr/src/lib/libcurses/screen/wattron.c
46
wattron(WINDOW *win, chtype a)
usr/src/lib/libcurses/screen/wattrset.c
46
wattrset(WINDOW *win, chtype a)
usr/src/lib/libcurses/screen/wattrset.c
48
chtype temp_bkgd;
usr/src/lib/libcurses/screen/wbkgd.c
48
wbkgd(WINDOW *win, chtype nbkgd)
usr/src/lib/libcurses/screen/wbkgd.c
52
chtype *wcp, obkgda, obkgdc, nbkgda,
usr/src/lib/libcurses/screen/wbkgdset.c
37
wbkgdset(WINDOW *win, chtype c)
usr/src/lib/libcurses/screen/wborder.c
76
wborder(WINDOW *win, chtype ls, chtype rs, chtype ts,
usr/src/lib/libcurses/screen/wborder.c
77
chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libcurses/screen/wborder.c
80
chtype **_y = win->_y; /* register version */
usr/src/lib/libcurses/screen/wborder.c
81
chtype *line_ptr, variables[8];
usr/src/lib/libcurses/screen/wborder.c
83
chtype wc;
usr/src/lib/libcurses/screen/wclrtoeol.c
55
chtype wc;
usr/src/lib/libcurses/screen/wdelch.c
53
chtype *temp1, *temp2;
usr/src/lib/libcurses/screen/wdelch.c
54
chtype *end;
usr/src/lib/libcurses/screen/wdelch.c
57
chtype *cp;
usr/src/lib/libcurses/screen/wechochar.c
55
wechochar(WINDOW *win, chtype ch)
usr/src/lib/libcurses/screen/wechowchar.c
46
wechowchar(WINDOW *win, chtype ch)
usr/src/lib/libcurses/screen/wgetch.c
95
(void) wechochar(win, (chtype) inp);
usr/src/lib/libcurses/screen/wgetstr.c
161
(chtype) ch);
usr/src/lib/libcurses/screen/wgetstr.c
177
(void) wechochar(win, (chtype) ch);
usr/src/lib/libcurses/screen/wgetwstr.c
137
(void) wechowchar(win, (chtype) ch);
usr/src/lib/libcurses/screen/whline.c
45
whline(WINDOW *win, chtype horch, int num_chars)
usr/src/lib/libcurses/screen/whline.c
48
chtype a, *fp = &(win->_y[cury][curx]);
usr/src/lib/libcurses/screen/winch.c
45
chtype
usr/src/lib/libcurses/screen/winchnstr.c
52
winchnstr(WINDOW *win, chtype *string, int ncols)
usr/src/lib/libcurses/screen/winchnstr.c
54
chtype *ptr = &(win->_y[win->_cury][win->_curx]);
usr/src/lib/libcurses/screen/winchnstr.c
58
chtype rawc, attr, wc;
usr/src/lib/libcurses/screen/winchnstr.c
88
*string = (chtype) 0;
usr/src/lib/libcurses/screen/winchstr.c
46
winchstr(WINDOW *win, chtype *str)
usr/src/lib/libcurses/screen/winnstr.c
55
chtype *ptr = &(win->_y[cy][win->_curx]),
usr/src/lib/libcurses/screen/winnstr.c
57
chtype wc;
usr/src/lib/libcurses/screen/winnwstr.c
46
chtype *ptr = &(win->_y[cy][win->_curx]),
usr/src/lib/libcurses/screen/winsch.c
49
winsch(WINDOW *win, chtype c)
usr/src/lib/libcurses/screen/winsch.c
53
chtype *wcp, a;
usr/src/lib/libcurses/screen/winsdelln.c
153
win->_y[fr], (endx * sizeof (chtype)));
usr/src/lib/libcurses/screen/winsdelln.c
56
chtype *sw;
usr/src/lib/libcurses/screen/winsnstr.c
56
chtype *wcp;
usr/src/lib/libcurses/screen/winsnstr.c
79
chtype c;
usr/src/lib/libcurses/screen/winstr.c
50
chtype *ptr = &(win->_y[cy][win->_curx]),
usr/src/lib/libcurses/screen/winstr.c
52
chtype *p1st = &(win->_y[cy][0]);
usr/src/lib/libcurses/screen/winstr.c
53
chtype wc;
usr/src/lib/libcurses/screen/winswch.c
40
winswch(WINDOW *win, chtype c)
usr/src/lib/libcurses/screen/winswch.c
44
chtype a;
usr/src/lib/libcurses/screen/winwch.c
39
chtype
usr/src/lib/libcurses/screen/winwch.c
43
chtype a;
usr/src/lib/libcurses/screen/winwchnstr.c
43
winwchnstr(WINDOW *win, chtype *string, int ncols)
usr/src/lib/libcurses/screen/winwchnstr.c
45
chtype *ptr = &(win->_y[win->_cury][win->_curx]);
usr/src/lib/libcurses/screen/winwchnstr.c
51
chtype rawc;
usr/src/lib/libcurses/screen/winwchnstr.c
52
chtype attr;
usr/src/lib/libcurses/screen/winwchnstr.c
84
*string = (chtype) 0;
usr/src/lib/libcurses/screen/winwstr.c
41
chtype *ptr = &(win->_y[cy][win->_curx]),
usr/src/lib/libcurses/screen/winwstr.c
43
chtype *p1st = &(win->_y[cy][0]);
usr/src/lib/libcurses/screen/wmovenextch.c
40
chtype *_yy;
usr/src/lib/libcurses/screen/wmoveprevch.c
40
chtype *_yy;
usr/src/lib/libcurses/screen/wnoutref.c
190
(((hi - lo) + 1) * sizeof (chtype)));
usr/src/lib/libcurses/screen/wnoutref.c
52
chtype **wcp, **scp, *wc, *sc;
usr/src/lib/libcurses/screen/wrefresh.c
1012
_setmark2(int y, int x, chtype *s)
usr/src/lib/libcurses/screen/wrefresh.c
1045
chtype sc;
usr/src/lib/libcurses/screen/wrefresh.c
1046
chtype *wcp = _virtscr->_y[cy];
usr/src/lib/libcurses/screen/wrefresh.c
1146
chtype *wcp, *ecp;
usr/src/lib/libcurses/screen/wrefresh.c
288
static chtype *
usr/src/lib/libcurses/screen/wrefresh.c
291
chtype *wcp, *cp, prev;
usr/src/lib/libcurses/screen/wrefresh.c
294
static chtype *line;
usr/src/lib/libcurses/screen/wrefresh.c
300
line = (chtype *) malloc(scrco * sizeof (chtype));
usr/src/lib/libcurses/screen/wrefresh.c
369
chtype *wcp, *scp, *wp, *sp, wc, sc;
usr/src/lib/libcurses/screen/wrefresh.c
56
_setmark1(int, int, chtype *),
usr/src/lib/libcurses/screen/wrefresh.c
57
_setmark2(int, int, chtype *), _rmargin(int),
usr/src/lib/libcurses/screen/wrefresh.c
571
(mtch * sizeof (chtype)));
usr/src/lib/libcurses/screen/wrefresh.c
59
static int _useidch(chtype *, chtype *, int, int, int *),
usr/src/lib/libcurses/screen/wrefresh.c
60
_prefix(chtype *, chtype *, int, int, int *),
usr/src/lib/libcurses/screen/wrefresh.c
673
chtype sa = curscr->_attrs;
usr/src/lib/libcurses/screen/wrefresh.c
804
_useidch(chtype *wcp, chtype *scp, int length, int maxi, int *id)
usr/src/lib/libcurses/screen/wrefresh.c
807
chtype wc;
usr/src/lib/libcurses/screen/wrefresh.c
931
(void) memcpy(scp, wcp, idch * sizeof (chtype));
usr/src/lib/libcurses/screen/wrefresh.c
952
_prefix(chtype *s1, chtype *s2, int length, int maxs, int *begm)
usr/src/lib/libcurses/screen/wrefresh.c
985
_setmark1(int y, int x, chtype *s)
usr/src/lib/libcurses/screen/wvline.c
46
wvline(WINDOW *win, chtype vertch, int num_chars)
usr/src/lib/libcurses/screen/wvline.c
49
chtype a, **fp = win->_y;
usr/src/lib/libeti/form/common/chg_data.c
588
(void) waddch(w, (chtype) ch);
usr/src/lib/libeti/form/common/chg_data.c
596
(void) winsch(w, (chtype) ch);
usr/src/lib/libeti/form/common/field_back.c
37
set_field_back(FIELD *f, chtype back)
usr/src/lib/libeti/form/common/field_back.c
41
if ((back & (chtype) A_ATTRIBUTES) != back)
usr/src/lib/libeti/form/common/field_back.c
51
chtype
usr/src/lib/libeti/form/common/field_fore.c
37
set_field_fore(FIELD *f, chtype fore)
usr/src/lib/libeti/form/common/field_fore.c
41
if ((fore & (chtype) A_ATTRIBUTES) != fore)
usr/src/lib/libeti/form/common/field_fore.c
51
chtype
usr/src/lib/libeti/form/inc/form.h
286
extern int set_field_fore(FIELD *, chtype);
usr/src/lib/libeti/form/inc/form.h
287
extern chtype field_fore(FIELD *);
usr/src/lib/libeti/form/inc/form.h
288
extern int set_field_back(FIELD *, chtype);
usr/src/lib/libeti/form/inc/form.h
289
extern chtype field_back(FIELD *);
usr/src/lib/libeti/form/inc/form.h
375
extern chtype field_fore();
usr/src/lib/libeti/form/inc/form.h
377
extern chtype field_back();
usr/src/lib/libeti/form/inc/form.h
89
chtype fore; /* foreground attribute */
usr/src/lib/libeti/form/inc/form.h
90
chtype back; /* background attribute */
usr/src/lib/libeti/menu/common/menuback.c
37
set_menu_back(MENU *m, chtype attr)
usr/src/lib/libeti/menu/common/menuback.c
55
chtype
usr/src/lib/libeti/menu/common/menufore.c
37
set_menu_fore(MENU *m, chtype attr)
usr/src/lib/libeti/menu/common/menufore.c
55
chtype
usr/src/lib/libeti/menu/common/menugrey.c
37
set_menu_grey(MENU *m, chtype attr)
usr/src/lib/libeti/menu/common/menugrey.c
55
chtype
usr/src/lib/libeti/menu/common/post.c
42
chtype c;
usr/src/lib/libeti/menu/inc/menu.h
100
chtype fore; /* Attribute for selection */
usr/src/lib/libeti/menu/inc/menu.h
101
chtype back; /* Attribute for nonselection */
usr/src/lib/libeti/menu/inc/menu.h
102
chtype grey; /* Attribute for inactive */
usr/src/lib/libeti/menu/inc/menu.h
153
extern chtype menu_back(MENU *),
usr/src/lib/libeti/menu/inc/menu.h
177
set_menu_back(MENU *, chtype),
usr/src/lib/libeti/menu/inc/menu.h
178
set_menu_fore(MENU *, chtype),
usr/src/lib/libeti/menu/inc/menu.h
180
set_menu_grey(MENU *, chtype),
usr/src/lib/libeti/menu/inc/menu.h
216
extern chtype menu_back(),
usr/src/lib/libeti/menu/inc/private.h
70
#define InvalidAttr(a) (((a) & (chtype) A_ATTRIBUTES) != (a))
usr/src/lib/libxcurses/h/curses.h
337
extern int __m_chtype_cc(chtype, cchar_t *);
usr/src/lib/libxcurses/h/curses.h
338
extern chtype __m_cc_chtype(const cchar_t *);
usr/src/lib/libxcurses/h/curses.h
382
extern int addch(chtype);
usr/src/lib/libxcurses/h/curses.h
383
extern int addchnstr(const chtype *, int);
usr/src/lib/libxcurses/h/curses.h
384
extern int addchstr(const chtype *);
usr/src/lib/libxcurses/h/curses.h
388
extern int mvaddch(int, int, chtype);
usr/src/lib/libxcurses/h/curses.h
389
extern int mvaddchnstr(int, int, const chtype *, int);
usr/src/lib/libxcurses/h/curses.h
390
extern int mvaddchstr(int, int, const chtype *);
usr/src/lib/libxcurses/h/curses.h
394
extern int mvwaddch(WINDOW *, int, int, chtype);
usr/src/lib/libxcurses/h/curses.h
395
extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
usr/src/lib/libxcurses/h/curses.h
396
extern int mvwaddchstr(WINDOW *, int, int, const chtype *);
usr/src/lib/libxcurses/h/curses.h
400
extern int waddch(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
401
extern int waddchnstr(WINDOW *, const chtype *, int);
usr/src/lib/libxcurses/h/curses.h
402
extern int waddchstr(WINDOW *, const chtype *);
usr/src/lib/libxcurses/h/curses.h
442
extern chtype COLOR_PAIR(short);
usr/src/lib/libxcurses/h/curses.h
443
extern short PAIR_NUMBER(chtype);
usr/src/lib/libxcurses/h/curses.h
453
extern int bkgd(chtype);
usr/src/lib/libxcurses/h/curses.h
454
extern int bkgdset(chtype);
usr/src/lib/libxcurses/h/curses.h
455
extern chtype getbkgd(WINDOW *);
usr/src/lib/libxcurses/h/curses.h
456
extern int wbkgd(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
457
extern int wbkgdset(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
467
chtype, chtype, chtype, chtype,
usr/src/lib/libxcurses/h/curses.h
468
chtype, chtype, chtype, chtype);
usr/src/lib/libxcurses/h/curses.h
474
extern int box(WINDOW *, chtype, chtype);
usr/src/lib/libxcurses/h/curses.h
478
chtype, chtype, chtype, chtype,
usr/src/lib/libxcurses/h/curses.h
479
chtype, chtype, chtype, chtype);
usr/src/lib/libxcurses/h/curses.h
574
extern int echochar(chtype);
usr/src/lib/libxcurses/h/curses.h
576
extern int wechochar(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
627
extern int hline(chtype, int);
usr/src/lib/libxcurses/h/curses.h
629
extern int vline(chtype, int);
usr/src/lib/libxcurses/h/curses.h
631
extern int mvhline(int, int, chtype, int);
usr/src/lib/libxcurses/h/curses.h
633
extern int mvvline(int, int, chtype, int);
usr/src/lib/libxcurses/h/curses.h
635
extern int mvwhline(WINDOW *, int, int, chtype, int);
usr/src/lib/libxcurses/h/curses.h
637
extern int mvwvline(WINDOW *, int, int, chtype, int);
usr/src/lib/libxcurses/h/curses.h
639
extern int whline(WINDOW *, chtype, int);
usr/src/lib/libxcurses/h/curses.h
641
extern int wvline(WINDOW *, chtype, int);
usr/src/lib/libxcurses/h/curses.h
644
extern chtype inch(void);
usr/src/lib/libxcurses/h/curses.h
645
extern int inchnstr(chtype *, int);
usr/src/lib/libxcurses/h/curses.h
646
extern int inchstr(chtype *);
usr/src/lib/libxcurses/h/curses.h
650
extern chtype mvinch(int, int);
usr/src/lib/libxcurses/h/curses.h
651
extern int mvinchnstr(int, int, chtype *, int);
usr/src/lib/libxcurses/h/curses.h
652
extern int mvinchstr(int, int, chtype *);
usr/src/lib/libxcurses/h/curses.h
656
extern chtype mvwinch(WINDOW *, int, int);
usr/src/lib/libxcurses/h/curses.h
657
extern int mvwinchnstr(WINDOW *, int, int, chtype *, int);
usr/src/lib/libxcurses/h/curses.h
658
extern int mvwinchstr(WINDOW *, int, int, chtype *);
usr/src/lib/libxcurses/h/curses.h
662
extern chtype winch(WINDOW *);
usr/src/lib/libxcurses/h/curses.h
663
extern int winchnstr(WINDOW *, chtype *, int);
usr/src/lib/libxcurses/h/curses.h
664
extern int winchstr(WINDOW *, chtype *);
usr/src/lib/libxcurses/h/curses.h
686
extern int insch(chtype);
usr/src/lib/libxcurses/h/curses.h
688
extern int mvinsch(int, int, chtype);
usr/src/lib/libxcurses/h/curses.h
690
extern int mvwinsch(WINDOW *, int, int, chtype);
usr/src/lib/libxcurses/h/curses.h
692
extern int winsch(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
731
extern int pechochar(WINDOW *, chtype);
usr/src/lib/libxcurses/h/curses.h
781
extern int slk_attroff(const chtype);
usr/src/lib/libxcurses/h/curses.h
782
extern int slk_attron(const chtype);
usr/src/lib/libxcurses/h/curses.h
783
extern int slk_attrset(const chtype);
usr/src/lib/libxcurses/h/curses.h
803
extern chtype termattrs(void);
usr/src/lib/libxcurses/h/curses.h
812
extern int vidattr(chtype);
usr/src/lib/libxcurses/h/curses.h
814
extern int vidputs(chtype, int (*)(int));
usr/src/lib/libxcurses/h/curses.h
877
#define COLOR_PAIR(n) ((chtype)(n)<<__COLOR_SHIFT)
usr/src/lib/libxcurses/h/curses.h
878
#define PAIR_NUMBER(a) (((chtype)(a)&A_COLOR)>>__COLOR_SHIFT)
usr/src/lib/libxcurses/h/unctrl.h
40
extern const char *unctrl(chtype);
usr/src/lib/libxcurses/src/libc/xcurses/addch.c
45
(addch)(chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/addch.c
59
(mvaddch)(int y, int x, chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/addch.c
74
(mvwaddch)(WINDOW *w, int y, int x, chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
107
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
125
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
145
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
164
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
48
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
67
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/addchn.c
88
const chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
103
(PAIR_NUMBER)(chtype at)
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
51
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
66
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
81
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
91
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/attron.c
97
ch = (chtype)(co) << __COLOR_SHIFT;
usr/src/lib/libxcurses/src/libc/xcurses/bkgd.c
45
(bkgd)(chtype bg)
usr/src/lib/libxcurses/src/libc/xcurses/bkgd.c
61
(wbkgd)(WINDOW *w, chtype bg)
usr/src/lib/libxcurses/src/libc/xcurses/bkgdset.c
45
(bkgdset)(chtype bg)
usr/src/lib/libxcurses/src/libc/xcurses/bkgdset.c
59
(wbkgdset)(WINDOW *w, chtype bg)
usr/src/lib/libxcurses/src/libc/xcurses/bkgdset.c
75
chtype bg;
usr/src/lib/libxcurses/src/libc/xcurses/box.c
47
box(WINDOW *w, chtype v, chtype h)
usr/src/lib/libxcurses/src/libc/xcurses/brdr.c
47
border(chtype ls, chtype rs, chtype ts, chtype bs,
usr/src/lib/libxcurses/src/libc/xcurses/brdr.c
48
chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libxcurses/src/libc/xcurses/echochar.c
45
(echochar)(chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/echochar.c
60
(wechochar)(WINDOW *w, chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
113
mvvline(int y, int x, chtype v, int n)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
130
mvwvline(WINDOW *w, int y, int x, chtype v, int n)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
47
hline(chtype h, int n)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
63
mvhline(int y, int x, chtype h, int n)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
80
mvwhline(WINDOW *w, int y, int x, chtype h, int n)
usr/src/lib/libxcurses/src/libc/xcurses/hln.c
97
vline(chtype v, int n)
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
47
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
58
chtype
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
62
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
68
if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR)
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
74
chtype
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
79
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/inch.c
85
if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
115
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
133
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
150
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
46
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
63
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
82
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/inchn.c
99
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/insch.c
48
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/insch.c
66
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/insch.c
86
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/m_cc.c
148
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/m_cc.c
169
chtype
usr/src/lib/libxcurses/src/libc/xcurses/m_cc.c
173
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/m_cc.c
178
return (chtype) ERR;
usr/src/lib/libxcurses/src/libc/xcurses/m_cc.c
180
ch = ((chtype) cc->_at << 16) & ~A_COLOR;
usr/src/lib/libxcurses/src/libc/xcurses/pechoch.c
45
(pechochar)(WINDOW *w, chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/private.h
154
extern chtype __m_return_chtype(const char *, chtype);
usr/src/lib/libxcurses/src/libc/xcurses/private.h
168
extern int __m_acs_cc(chtype, cchar_t *);
usr/src/lib/libxcurses/src/libc/xcurses/slk.c
59
slk_attron(const chtype at)
usr/src/lib/libxcurses/src/libc/xcurses/slk.c
74
slk_attroff(const chtype at)
usr/src/lib/libxcurses/src/libc/xcurses/slk.c
89
slk_attrset(const chtype at)
usr/src/lib/libxcurses/src/libc/xcurses/termattr.c
185
return __m_return_chtype("term_attrs", (chtype) at);
usr/src/lib/libxcurses/src/libc/xcurses/termattr.c
45
chtype
usr/src/lib/libxcurses/src/libc/xcurses/termattr.c
48
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/trace.c
105
chtype
usr/src/lib/libxcurses/src/libc/xcurses/trace.c
106
(__m_return_chtype)(const char *s, chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/unctrl.c
83
unctrl(chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/vidattr.c
45
vidattr(chtype ch)
usr/src/lib/libxcurses/src/libc/xcurses/vidattr.c
61
vidputs(chtype ch, int (*putout)(int))
usr/src/lib/libxcurses/src/libc/xcurses/wacs.c
132
__m_acs_cc(chtype acs, cchar_t *cc)
usr/src/lib/libxcurses/src/libc/xcurses/wacs.c
157
(chtype) ((acs & A_ATTRIBUTES) | acsc[i+1]), cc
usr/src/lib/libxcurses/src/libc/xcurses/waddch.c
47
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/waddchn.c
45
waddchnstr(WINDOW *w, const chtype *chs, int n)
usr/src/lib/libxcurses/src/libc/xcurses/wattron.c
51
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/wattron.c
66
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/wattron.c
81
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses/src/libc/xcurses/wbrdr.c
52
chtype ls, chtype rs, chtype ts, chtype bs,
usr/src/lib/libxcurses/src/libc/xcurses/wbrdr.c
53
chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libxcurses/src/libc/xcurses/whln.c
45
whline(WINDOW *w, chtype h, int n)
usr/src/lib/libxcurses/src/libc/xcurses/whln.c
61
wvline(WINDOW *w, chtype v, int n)
usr/src/lib/libxcurses/src/libc/xcurses/winch.c
44
chtype
usr/src/lib/libxcurses/src/libc/xcurses/winch.c
48
chtype ch;
usr/src/lib/libxcurses/src/libc/xcurses/winchn.c
47
chtype *chs;
usr/src/lib/libxcurses/src/libc/xcurses/winchn.c
60
if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR)
usr/src/lib/libxcurses/src/libc/xcurses/winsch.c
47
chtype ch;
usr/src/lib/libxcurses2/h/curses.h
350
extern int addch(chtype);
usr/src/lib/libxcurses2/h/curses.h
351
extern int addchnstr(const chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
352
extern int addchstr(const chtype *);
usr/src/lib/libxcurses2/h/curses.h
369
extern int bkgd(chtype);
usr/src/lib/libxcurses2/h/curses.h
370
extern void bkgdset(chtype);
usr/src/lib/libxcurses2/h/curses.h
374
chtype, chtype, chtype, chtype,
usr/src/lib/libxcurses2/h/curses.h
375
chtype, chtype, chtype, chtype);
usr/src/lib/libxcurses2/h/curses.h
381
extern int box(WINDOW *, chtype, chtype);
usr/src/lib/libxcurses2/h/curses.h
407
extern int echochar(const chtype);
usr/src/lib/libxcurses2/h/curses.h
416
extern chtype getbkgd(WINDOW *);
usr/src/lib/libxcurses2/h/curses.h
430
extern int hline(chtype, int);
usr/src/lib/libxcurses2/h/curses.h
435
extern chtype inch(void);
usr/src/lib/libxcurses2/h/curses.h
436
extern int inchnstr(chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
437
extern int inchstr(chtype *);
usr/src/lib/libxcurses2/h/curses.h
443
extern int insch(chtype);
usr/src/lib/libxcurses2/h/curses.h
469
extern int mvaddch(int, int, chtype);
usr/src/lib/libxcurses2/h/curses.h
470
extern int mvaddchnstr(int, int, const chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
471
extern int mvaddchstr(int, int, const chtype *);
usr/src/lib/libxcurses2/h/curses.h
489
extern int mvhline(int, int, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
491
extern chtype mvinch(int, int);
usr/src/lib/libxcurses2/h/curses.h
492
extern int mvinchnstr(int, int, chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
493
extern int mvinchstr(int, int, chtype *);
usr/src/lib/libxcurses2/h/curses.h
496
extern int mvinsch(int, int, chtype);
usr/src/lib/libxcurses2/h/curses.h
509
extern int mvvline(int, int, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
511
extern int mvwaddch(WINDOW *, int, int, chtype);
usr/src/lib/libxcurses2/h/curses.h
512
extern int mvwaddchnstr(WINDOW *, int, int, const chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
513
extern int mvwaddchstr(WINDOW *, int, int, const chtype *);
usr/src/lib/libxcurses2/h/curses.h
529
extern int mvwhline(WINDOW *, int, int, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
532
extern chtype mvwinch(WINDOW *, int, int);
usr/src/lib/libxcurses2/h/curses.h
533
extern int mvwinchnstr(WINDOW *, int, int, chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
534
extern int mvwinchstr(WINDOW *, int, int, chtype *);
usr/src/lib/libxcurses2/h/curses.h
537
extern int mvwinsch(WINDOW *, int, int, chtype);
usr/src/lib/libxcurses2/h/curses.h
550
extern int mvwvline(WINDOW *, int, int, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
568
extern int pechochar(WINDOW *, chtype);
usr/src/lib/libxcurses2/h/curses.h
596
extern int slk_attroff(const chtype);
usr/src/lib/libxcurses2/h/curses.h
598
extern int slk_attron(const chtype);
usr/src/lib/libxcurses2/h/curses.h
600
extern int slk_attrset(const chtype);
usr/src/lib/libxcurses2/h/curses.h
617
extern chtype termattrs(void);
usr/src/lib/libxcurses2/h/curses.h
629
extern int vidattr(chtype);
usr/src/lib/libxcurses2/h/curses.h
631
extern int vidputs(chtype, int (*)(int));
usr/src/lib/libxcurses2/h/curses.h
632
extern int vline(chtype, int);
usr/src/lib/libxcurses2/h/curses.h
638
extern int waddch(WINDOW *, const chtype);
usr/src/lib/libxcurses2/h/curses.h
639
extern int waddchnstr(WINDOW *, const chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
640
extern int waddchstr(WINDOW *, const chtype *);
usr/src/lib/libxcurses2/h/curses.h
655
extern int wbkgd(WINDOW *, chtype);
usr/src/lib/libxcurses2/h/curses.h
656
extern void wbkgdset(WINDOW *, chtype);
usr/src/lib/libxcurses2/h/curses.h
660
chtype, chtype, chtype, chtype,
usr/src/lib/libxcurses2/h/curses.h
661
chtype, chtype, chtype, chtype);
usr/src/lib/libxcurses2/h/curses.h
675
extern int wechochar(WINDOW *, const chtype);
usr/src/lib/libxcurses2/h/curses.h
685
extern int whline(WINDOW *, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
687
extern chtype winch(WINDOW *);
usr/src/lib/libxcurses2/h/curses.h
688
extern int winchnstr(WINDOW *, chtype *, int);
usr/src/lib/libxcurses2/h/curses.h
689
extern int winchstr(WINDOW *, chtype *);
usr/src/lib/libxcurses2/h/curses.h
692
extern int winsch(WINDOW *, chtype);
usr/src/lib/libxcurses2/h/curses.h
720
extern int wvline(WINDOW *, chtype, int);
usr/src/lib/libxcurses2/h/curses.h
728
extern chtype __cht1;
usr/src/lib/libxcurses2/h/curses.h
729
extern chtype __cht2;
usr/src/lib/libxcurses2/h/curses.h
813
#define COLOR_PAIR(n) ((chtype)(n) << __COLOR_SHIFT)
usr/src/lib/libxcurses2/h/curses.h
814
#define PAIR_NUMBER(a) (((chtype)(a) & A_COLOR) >> __COLOR_SHIFT)
usr/src/lib/libxcurses2/h/unctrl.h
53
extern char *unctrl(chtype);
usr/src/lib/libxcurses2/src/libc/xcurses/addch.c
50
addch(chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/addch.c
62
mvaddch(int y, int x, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/addch.c
75
mvwaddch(WINDOW *w, int y, int x, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
100
mvaddchstr(int y, int x, const chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
113
mvwaddchstr(WINDOW *w, int y, int x, const chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
126
waddchstr(WINDOW *w, const chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
50
addchnstr(const chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
62
mvaddchnstr(int y, int x, const chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
75
mvwaddchnstr(WINDOW *w, int y, int x, const chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/addchn.c
88
addchstr(const chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/bkgd.c
50
bkgd(chtype bg)
usr/src/lib/libxcurses2/src/libc/xcurses/bkgd.c
64
wbkgd(WINDOW *w, chtype bg)
usr/src/lib/libxcurses2/src/libc/xcurses/bkgdset.c
52
bkgdset(chtype bg)
usr/src/lib/libxcurses2/src/libc/xcurses/bkgdset.c
60
wbkgdset(WINDOW *w, chtype bg)
usr/src/lib/libxcurses2/src/libc/xcurses/bkgdset.c
72
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/bkgdset.c
75
chtype bg;
usr/src/lib/libxcurses2/src/libc/xcurses/box.c
50
box(WINDOW *w, chtype v, chtype h)
usr/src/lib/libxcurses2/src/libc/xcurses/brdr.c
50
border(chtype ls, chtype rs, chtype ts, chtype bs,
usr/src/lib/libxcurses2/src/libc/xcurses/brdr.c
51
chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libxcurses2/src/libc/xcurses/echochar.c
52
echochar(chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/echochar.c
66
wechochar(WINDOW *w, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
100
mvvline(int y, int x, chtype v, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
113
mvwvline(WINDOW *w, int y, int x, chtype v, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
50
hline(chtype h, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
62
mvhline(int y, int x, chtype h, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
75
mvwhline(WINDOW *w, int y, int x, chtype h, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/hln.c
88
vline(chtype v, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
49
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
52
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
61
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
64
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
66
if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR)
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
74
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
77
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/inch.c
79
if ((ch = (chtype) wmove(w, y, x)) != (chtype) ERR)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
100
mvinchstr(int y, int x, chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
113
mvwinchstr(WINDOW *w, int y, int x, chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
126
winchstr(WINDOW *w, chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
50
inchnstr(chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
62
mvinchnstr(int y, int x, chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
75
mvwinchnstr(WINDOW *w, int y, int x, chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/inchn.c
88
inchstr(chtype *chs)
usr/src/lib/libxcurses2/src/libc/xcurses/insch.c
50
insch(chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/insch.c
62
mvinsch(int y, int x, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/insch.c
75
mvwinsch(WINDOW *w, int y, int x, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/m_cc.c
156
__m_chtype_cc(chtype ch, cchar_t *cc)
usr/src/lib/libxcurses2/src/libc/xcurses/m_cc.c
178
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/m_cc.c
181
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/m_cc.c
186
return ((chtype) ERR);
usr/src/lib/libxcurses2/src/libc/xcurses/m_cc.c
188
ch = ((chtype) cc->_at << 16) & ~A_COLOR;
usr/src/lib/libxcurses2/src/libc/xcurses/pechoch.c
50
pechochar(WINDOW *w, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/private.h
155
extern int __m_acs_cc(chtype, cchar_t *);
usr/src/lib/libxcurses2/src/libc/xcurses/private.h
201
extern int __m_chtype_cc(chtype, cchar_t *);
usr/src/lib/libxcurses2/src/libc/xcurses/private.h
202
extern chtype __m_cc_chtype(const cchar_t *);
usr/src/lib/libxcurses2/src/libc/xcurses/setup.c
89
chtype __cht1;
usr/src/lib/libxcurses2/src/libc/xcurses/setup.c
90
chtype __cht2;
usr/src/lib/libxcurses2/src/libc/xcurses/slk.c
70
slk_attron(const chtype at)
usr/src/lib/libxcurses2/src/libc/xcurses/slk.c
81
slk_attroff(const chtype at)
usr/src/lib/libxcurses2/src/libc/xcurses/slk.c
92
slk_attrset(const chtype at)
usr/src/lib/libxcurses2/src/libc/xcurses/termattr.c
48
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/termattr.c
51
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/unctrl.c
88
unctrl(chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/vidattr.c
48
vidattr(chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/vidattr.c
60
vidputs(chtype ch, int (*putout)(int))
usr/src/lib/libxcurses2/src/libc/xcurses/wacs.c
109
__m_acs_cc(chtype acs, cchar_t *cc)
usr/src/lib/libxcurses2/src/libc/xcurses/wacs.c
113
chtype vacs;
usr/src/lib/libxcurses2/src/libc/xcurses/wacs.c
137
(void) __m_chtype_cc((chtype)
usr/src/lib/libxcurses2/src/libc/xcurses/waddch.c
48
waddch(WINDOW *w, chtype ch)
usr/src/lib/libxcurses2/src/libc/xcurses/waddchn.c
50
waddchnstr(WINDOW *w, const chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/wattron.c
52
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses2/src/libc/xcurses/wattron.c
64
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses2/src/libc/xcurses/wattron.c
77
(void) __m_chtype_cc((chtype) at, &cc);
usr/src/lib/libxcurses2/src/libc/xcurses/wbrdr.c
55
chtype ls, chtype rs, chtype ts, chtype bs,
usr/src/lib/libxcurses2/src/libc/xcurses/wbrdr.c
56
chtype tl, chtype tr, chtype bl, chtype br)
usr/src/lib/libxcurses2/src/libc/xcurses/whln.c
48
whline(WINDOW *w, chtype h, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/whln.c
60
wvline(WINDOW *w, chtype v, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/winch.c
47
chtype
usr/src/lib/libxcurses2/src/libc/xcurses/winch.c
50
chtype ch;
usr/src/lib/libxcurses2/src/libc/xcurses/winchn.c
48
winchnstr(WINDOW *w, chtype *chs, int n)
usr/src/lib/libxcurses2/src/libc/xcurses/winchn.c
56
if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR)
usr/src/lib/libxcurses2/src/libc/xcurses/winsch.c
48
winsch(WINDOW *w, chtype ch)