Home
last modified time | relevance | path

Searched refs:chtype (Results 1 – 15 of 15) sorted by relevance

/external/syslinux/gpxe/src/include/
Dcurses.h28 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/
Dedging.c20 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()
Dmucurses.c14 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()
Dslk.c125 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()
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;
Dansi_screen.c10 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()
Dkb.c42 _wputch( win, (chtype) ( c | win->attrs ), WRAP ); in _wgetc()
71 _wputch( win, (chtype)( c | win->attrs ), WRAP ); in wgetch()
Dwindows.c27 chtype killch = (chtype)' '; in delwin()
Dprint_nadv.c19 int waddchnstr ( WINDOW *win, const chtype *chstr, int n ) { in waddchnstr()
Dprint.c23 int waddch ( WINDOW *win, const chtype ch ) { in waddch()
Dwinattrs.c17 inline chtype getbkgd ( WINDOW *win ) { in getbkgd()
/external/toybox/kconfig/lxdialog/
Ddialog.h97 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);
Dutil.c239 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/
Dv3_utl.c1279 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/
Dx509v3.h721 unsigned long chtype);