Home
last modified time | relevance | path

Searched refs:chtype (Results 51 – 75 of 211) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dunctrl.h38 typedef unsigned long chtype; typedef
40 extern const char *unctrl(chtype);
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_mvinch.c46 chtype
49 return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr)); in mvinch()
H A D_mvwinwch.c37 chtype
40 return ((wmove(win, y, x) == ERR ? (chtype)ERR : winwch(win))); in mvwinwch()
H A D_mvwinch.c46 chtype
49 return (wmove(win, y, x) == ERR ? (chtype) ERR : winch(win)); in mvwinch()
H A Dwinwch.c39 chtype
43 chtype a; in winwch()
H A Dwattrset.c46 wattrset(WINDOW *win, chtype a) in wattrset()
48 chtype temp_bkgd; in wattrset()
H A Dwaddwch.c41 waddwch(WINDOW *win, chtype c) in waddwch()
45 chtype a; in waddwch()
H A Dwinswch.c40 winswch(WINDOW *win, chtype c) in winswch()
44 chtype a; in winswch()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwinch.c47 chtype
50 chtype ch; in winch()
H A Dbox.c50 box(WINDOW *w, chtype v, chtype h) in box()
H A Dwhln.c48 whline(WINDOW *w, chtype h, int n) in whline()
60 wvline(WINDOW *w, chtype v, int n) in wvline()
H A Dbkgd.c50 bkgd(chtype bg) in bkgd()
64 wbkgd(WINDOW *w, chtype bg) in wbkgd()
H A Dvidattr.c48 vidattr(chtype ch) in vidattr()
60 vidputs(chtype ch, int (*putout)(int)) in vidputs()
H A Dechochar.c52 echochar(chtype ch) in echochar()
66 wechochar(WINDOW *w, chtype ch) in wechochar()
H A Dwacs.c109 __m_acs_cc(chtype acs, cchar_t *cc) in __m_acs_cc()
113 chtype vacs; in __m_acs_cc()
137 (void) __m_chtype_cc((chtype) in __m_acs_cc()
H A Dwinchn.c48 winchnstr(WINDOW *w, chtype *chs, int n) in winchnstr()
56 if ((*chs = __m_cc_chtype(&cp[x])) == (chtype) ERR) in winchnstr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwinch.c44 chtype
48 chtype ch;
H A Dbox.c47 box(WINDOW *w, chtype v, chtype h) in box()
H A Dechochar.c45 (echochar)(chtype ch)
60 (wechochar)(WINDOW *w, chtype ch)
H A Dbkgd.c45 (bkgd)(chtype bg)
61 (wbkgd)(WINDOW *w, chtype bg)
H A Dvidattr.c45 vidattr(chtype ch) in vidattr()
61 vidputs(chtype ch, int (*putout)(int)) in vidputs()
H A Dwhln.c45 whline(WINDOW *w, chtype h, int n) in whline()
61 wvline(WINDOW *w, chtype v, int n) in wvline()
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dmenuback.c37 set_menu_back(MENU *m, chtype attr) in set_menu_back()
55 chtype
H A Dmenufore.c37 set_menu_fore(MENU *m, chtype attr) in set_menu_fore()
55 chtype
H A Dmenugrey.c37 set_menu_grey(MENU *m, chtype attr) in set_menu_grey()
55 chtype

123456789