Searched refs:chtype (Results 1 - 25 of 214) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libxcurses/h/
H A Dunctrl.h40 typedef unsigned long chtype; typedef
42 extern const char *unctrl(chtype);
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_border.c49 border(chtype ls, chtype rs, chtype ts, chtype bs,
50 chtype tl, chtype tr, chtype bl, chtype br)
H A D_box.c49 box(WINDOW *win, chtype v, chtype h)
52 (chtype) 0, (chtype) 0, (chtype) 0, (chtype) 0));
H A D_inch.c48 chtype
H A D_inwch.c39 chtype
H A Dtermattrs.c47 chtype
H A D_mvinch.c48 chtype
51 return (wmove(stdscr, y, x) == ERR ? (chtype) ERR : winch(stdscr));
H A D_mvwinch.c48 chtype
51 return (wmove(win, y, x) == ERR ? (chtype) ERR : winch(win));
H A D_mvwinwch.c39 chtype
42 return ((wmove(win, y, x) == ERR ? (chtype)ERR : winwch(win)));
H A D_addch.c49 addch(chtype ch)
H A D_addchstr.c49 addchstr(chtype *s)
H A D_addwch.c40 addwch(chtype ch)
H A D_addwchstr.c40 addwchstr(chtype *str)
H A D_attroff.c49 attroff(chtype at)
H A D_attron.c49 attron(chtype at)
H A D_attrset.c49 attrset(chtype at)
H A D_bkgd.c49 bkgd(chtype c)
H A D_bkgdset.c47 bkgdset(chtype c)
H A D_echochar.c49 echochar(chtype ch)
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dunctrl.h49 typedef unsigned int chtype; typedef
51 typedef unsigned long chtype; typedef
55 extern char *unctrl(chtype);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dbrdr.c52 border(chtype ls, chtype rs, chtype ts, chtype bs,
53 chtype tl, chtype tr, chtype bl, chtype br)
H A Dinch.c51 chtype
54 chtype ch;
63 chtype
66 chtype ch;
68 if ((ch = (chtype) wmove(stdscr, y, x)) != (chtype) ERR)
76 chtype
79 chtype ch;
81 if ((ch = (chtype) wmove(w, y, x)) != (chtype) ER
[all...]
H A Dwinch.c49 chtype
52 chtype ch;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbrdr.c49 border(chtype ls, chtype rs, chtype ts, chtype bs,
50 chtype tl, chtype tr, chtype bl, chtype br)
H A Dinch.c46 chtype
49 chtype ch;
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) ER
[all...]

Completed in 98 milliseconds

123456789