HomeSort by relevance Sort by last modified time
    Searched defs:attr_t (Results 1 - 6 of 6) 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);
  /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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
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...]

Completed in 1170 milliseconds