/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/python/cpython2/Modules/ |
D | _cursesmodule.c | 127 typedef chtype attr_t; /* No attr_t type is available */ 195 PyCurses_ConvertToChtype(PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() 198 *ch = (chtype) PyInt_AsLong(obj); in PyCurses_ConvertToChtype() 201 *ch = (chtype) *PyString_AsString(obj); in PyCurses_ConvertToChtype() 375 chtype ch = 0; in PyCursesWindow_AddCh() 522 chtype bkgd; in PyCursesWindow_Bkgd() 580 chtype bkgd; in PyCursesWindow_BkgdSet() 612 chtype ch[8]; in PyCursesWindow_Border() 644 chtype ch1=0,ch2=0; in PyCursesWindow_Box() 783 chtype ch; in PyCursesWindow_EchoChar() [all …]
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 130 typedef chtype attr_t; /* No attr_t type is available */ 211 PyCurses_ConvertToChtype(PyCursesWindowObject *win, PyObject *obj, chtype *ch) in PyCurses_ConvertToChtype() 257 *ch = (chtype)value; in PyCurses_ConvertToChtype() 281 chtype *ch in PyCurses_ConvertToCchar_t() 326 *ch = (chtype)value; in PyCurses_ConvertToCchar_t() 597 chtype cch; in curses_window_addch_impl() 795 chtype bkgd; in PyCursesWindow_Bkgd() 851 chtype bkgd; in PyCursesWindow_BkgdSet() 881 chtype ch[8]; in PyCursesWindow_Border() 910 chtype ch1=0,ch2=0; in PyCursesWindow_Box() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_utl.c | 1318 unsigned long chtype) in X509V3_NAME_from_section() argument 1345 if (!X509_NAME_add_entry_by_txt(nm, type, chtype, in X509V3_NAME_from_section()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 733 unsigned long chtype);
|