Searched refs:chtype (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/gpxe/src/include/ |
D | curses.h | 28 typedef uint32_t chtype; typedef 55 void ( * putc ) ( struct _curses_screen *scr, chtype c ); 218 extern int box ( WINDOW *, chtype, chtype ) __nonnull; 242 extern int echochar ( const chtype ); 249 extern __pure chtype getbkgd ( WINDOW * ) __nonnull; 365 extern int slk_attroff ( const chtype ); 367 extern int slk_attron ( const chtype ); 369 extern int slk_attrset ( const chtype ); 387 extern chtype termattrs ( void ); 403 extern int vidattr ( chtype ); [all …]
|
/external/syslinux/gpxe/src/hci/mucurses/ |
D | edging.c | 20 int box ( WINDOW *win, chtype verch, chtype horch ) { in box() 21 chtype corner = '+' | win->attrs; /* default corner character */ in box() 41 int wborder ( WINDOW *win, chtype ls, chtype rs, in wborder() 42 chtype ts, chtype bs, chtype tl, in wborder() 43 chtype tr, chtype bl, chtype br ) { in wborder() 80 int whline ( WINDOW *win, chtype ch, int n ) { in whline() 100 int wvline ( WINDOW *win, chtype ch, int n ) { in wvline()
|
D | mucurses.c | 14 void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull; 17 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull; 51 void _wputch ( WINDOW *win, chtype ch, int wrap ) { in _wputch() 108 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) { in _wputchstr()
|
D | slk.c | 125 int slk_attroff ( const chtype attrs ) { in slk_attroff() 138 int slk_attron ( const chtype attrs ) { in slk_attron() 151 int slk_attrset ( const chtype attrs ) { in slk_attrset() 308 chtype space_ch; in slk_restore() 317 space_ch = (chtype)' ' | slks->attrs; in slk_restore()
|
D | mucurses.h | 17 extern void _wputch ( WINDOW *win, chtype ch, int wrap ) __nonnull; 19 extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n ) __nonnull;
|
D | ansi_screen.c | 10 static void ansiscr_putc(struct _curses_screen *scr, chtype c) __nonnull; 33 static void ansiscr_putc ( struct _curses_screen *scr, chtype c ) { in ansiscr_putc()
|
D | kb.c | 42 _wputch( win, (chtype) ( c | win->attrs ), WRAP ); in _wgetc() 71 _wputch( win, (chtype)( c | win->attrs ), WRAP ); in wgetch()
|
D | windows.c | 27 chtype killch = (chtype)' '; in delwin()
|
D | print_nadv.c | 19 int waddchnstr ( WINDOW *win, const chtype *chstr, int n ) { in waddchnstr()
|
D | print.c | 23 int waddch ( WINDOW *win, const chtype ch ) { in waddch()
|
D | winattrs.c | 17 inline chtype getbkgd ( WINDOW *win ) { in getbkgd()
|
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 97 chtype atr; /* Color attribute */ 193 void attr_clear(WINDOW * win, int height, int width, chtype attr); 198 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 199 chtype border);
|
D | util.c | 239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 407 chtype box, chtype border) in draw_box()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 1279 unsigned long chtype) in X509V3_NAME_from_section() argument 1306 if (!X509_NAME_add_entry_by_txt(nm, type, chtype, in X509V3_NAME_from_section()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 721 unsigned long chtype);
|