Home
last modified time | relevance | path

Searched refs:chtype (Results 1 – 17 of 17) 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/python/cpython2/Modules/
D_cursesmodule.c127 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.c130 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/
Dv3_utl.c1318 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/
Dx509v3.h733 unsigned long chtype);