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

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dedging.c16 * @v verch vertical chtype
17 * @v horch horizontal chtype
20 int box ( WINDOW *win, chtype verch, chtype horch ) {
21 chtype corner = '+' | win->attrs; /* default corner character */
41 int wborder ( WINDOW *win, chtype ls, chtype rs,
42 chtype ts, chtype bs, chtype t
[all...]
H A Dmucurses.h17 extern void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
19 extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
H A Dprint_nadv.c15 * @v *chstr pointer to first chtype in "string"
19 int waddchnstr ( WINDOW *win, const chtype *chstr, int n ) {
H A Dmucurses.c13 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull;
16 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
50 void _wputch ( WINDOW *win, chtype ch, int wrap ) {
100 * Write a chtype string to a window
103 * @v *chstr chtype string
107 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) {
H A Dkb.c42 _wputch( win, (chtype) ( c | win->attrs ), WRAP );
71 _wputch( win, (chtype)( c | win->attrs ), WRAP );
H A Dansi_screen.c10 static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull;
45 static void ansiscr_putc ( struct _curses_screen *scr, chtype c ) {
H A Dslk.c125 int slk_attroff ( const chtype attrs ) {
138 int slk_attron ( const chtype attrs ) {
151 int slk_attrset ( const chtype attrs ) {
308 chtype space_ch;
317 space_ch = (chtype)' ' | slks->attrs;
H A Dwindows.c27 chtype killch = (chtype)' ';
H A Dprint.c23 int waddch ( WINDOW *win, const chtype ch ) {
H A Dwinattrs.c15 * @ret ch chtype rendition representation
17 inline chtype getbkgd ( WINDOW *win ) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h28 typedef uint32_t chtype; typedef
55 void ( * putc ) ( struct _curses_screen *scr, chtype c );
201 //extern int addch ( const chtype * );
202 //extern int addchnstr ( const chtype *, int );
203 //extern int addchstr ( const chtype * );
215 //extern void bkgdset ( chtype );
216 /*extern int border ( chtype, chtype, chtype, chtype, chtyp
[all...]

Completed in 53 milliseconds