HomeSort by relevance Sort by last modified time
    Searched refs:attr_t (Results 1 - 14 of 14) sorted by null

  /external/syslinux/com32/lib/sys/vesa/
video.h 46 typedef uint16_t attr_t; typedef
51 attr_t attr; /* Color table index */
94 void __vesacon_erase(int, int, int, int, attr_t);
95 void __vesacon_scroll_up(int, attr_t);
96 void __vesacon_write_char(int, int, uint8_t, attr_t);
drawtxt.c 228 void __vesacon_erase(int x0, int y0, int x1, int y1, attr_t attr)
248 void __vesacon_scroll_up(int nrows, attr_t attr)
271 void __vesacon_write_char(int x, int y, uint8_t ch, attr_t attr)
  /external/syslinux/gpxe/src/hci/mucurses/
winattrs.c 66 int wattr_get ( WINDOW *win, attr_t *attrs, short *pair,
81 int wattr_off ( WINDOW *win, attr_t attrs,
95 int wattr_on ( WINDOW *win, attr_t attrs,
110 int wattr_set ( WINDOW *win, attr_t attrs, short cpair,
ansi_screen.c 35 attr_t attrs = ( c & ( A_ATTRIBUTES | A_COLOR ) );
37 attr_t cpair = PAIR_NUMBER ( attrs );
slk.c 35 attr_t attrs;
49 attr_t saved_attrs;
115 attr_t slk_attr ( void ) {
165 int slk_attr_off ( const attr_t attrs, void *opts __unused ) {
176 int slk_attr_on ( attr_t attrs, void *opts __unused ) {
188 int slk_attr_set ( const attr_t attrs, short colour_pair_number,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 213 inline void attron(attr_t attrs) {
218 inline void attroff(attr_t attrs) {
223 inline void attrset(attr_t attrs) {
233 inline attr_t attr() const {
curses.h 75 #define NCURSES_ATTR_T attr_t
343 typedef chtype attr_t; /* ...must be at least as wide as chtype */ typedef
375 attr_t attr;
401 attr_t _attrs; /* current attribute for non-space character */
559 extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
560 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
561 extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
562 extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
571 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
641 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, short, const void *); /* generated *
1610 extern NCURSES_EXPORT(char *) _traceattr (attr_t); variable
    [all...]
ncurses.h 75 #define NCURSES_ATTR_T attr_t
343 typedef chtype attr_t; /* ...must be at least as wide as chtype */ typedef
375 attr_t attr;
401 attr_t _attrs; /* current attribute for non-space character */
559 extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
560 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
561 extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
562 extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
571 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
641 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, short, const void *); /* generated *
1610 extern NCURSES_EXPORT(char *) _traceattr (attr_t); variable
    [all...]
cursesw.h 121 inline int UNDEF(chgat)(int n, attr_t attr, short color, const void *opts) {
364 attr_t attr, short color, const void *opts) {
466 attr_t attr, short color, const void *opts) {
    [all...]
  /external/syslinux/com32/lib/sys/
ansi.h 33 attr_t cindex; /* SOH color index */
  /external/syslinux/gpxe/src/include/
curses.h 29 typedef uint32_t attr_t; typedef
36 attr_t attrs;
78 attr_t attrs;
209 //extern int attr_get ( attr_t *, short *, void * );
210 //extern int attr_off ( attr_t, void * );
211 //extern int attr_on ( attr_t, void * );
212 //extern int attr_set ( attr_t, short, void * );
364 extern int slk_attr_off ( const attr_t, void * );
366 extern int slk_attr_on ( const attr_t, void * );
368 extern int slk_attr_set ( const attr_t, short, void * )
    [all...]
  /external/tensorflow/tensorflow/python/framework/
constant_op.py 60 attr_t = tensor._datatype_enum() # pylint: disable=protected-access
64 attrs = ("T", attr_t, "Tshape", attr_tshape)
72 attr_t = value.dtype.as_datatype_enum
75 attrs = ("T", attr_t, "index_type", types_pb2.DT_INT32)
  /external/python/cpython2/Modules/
_cursesmodule.c 127 typedef chtype attr_t; /* No attr_t type is available */ typedef
376 attr_t attr = A_NORMAL;
425 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
474 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
523 attr_t attr = A_NORMAL;
555 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff");
564 return PyCursesCheckERR(wattron(self->win, (attr_t)lattr), "attron");
573 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset");
581 attr_t attr = A_NORMAL
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 130 typedef chtype attr_t; /* No attr_t type is available */ typedef
647 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
723 attr_t attr = A_NORMAL , attr_old = A_NORMAL;
796 attr_t attr = A_NORMAL;
826 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff");
835 return PyCursesCheckERR(wattron(self->win, (attr_t)lattr), "attron");
844 return PyCursesCheckERR(wattrset(self->win, (attr_t)lattr), "attrset");
852 attr_t attr = A_NORMAL;
943 attr_t attr = A_NORMAL
    [all...]

Completed in 145 milliseconds