Searched refs:attr_t (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dwinattrs.c66 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,
H A Dansi_screen.c47 attr_t attrs = ( c & ( A_ATTRIBUTES | A_COLOR ) );
49 attr_t cpair = PAIR_NUMBER ( attrs );
H A Dslk.c35 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,
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h29 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, shor
[all...]

Completed in 78 milliseconds