/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/ |
H A D | winattrs.c | 18 return win->attrs; 25 * @v attrs attributes to enable 28 int wattroff ( WINDOW *win, int attrs ) { 29 win->attrs &= ~attrs; 37 * @v attrs attributes to enable 40 int wattron ( WINDOW *win, int attrs ) { 41 win->attrs |= attrs; 49 * @v attrs attribute 66 wattr_get( WINDOW *win, attr_t *attrs, short *pair, void *opts __unused ) argument 81 wattr_off( WINDOW *win, attr_t attrs, void *opts __unused ) argument 95 wattr_on( WINDOW *win, attr_t attrs, void *opts __unused ) argument 110 wattr_set( WINDOW *win, attr_t attrs, short cpair, void *opts __unused ) argument [all...] |
H A D | ansi_screen.c | 19 scr->attrs = 0; 47 attr_t attrs = ( c & ( A_ATTRIBUTES | A_COLOR ) ); local 48 int bold = ( attrs & A_BOLD ); 49 attr_t cpair = PAIR_NUMBER ( attrs ); 54 if ( attrs != scr->attrs ) { 55 scr->attrs = attrs;
|
H A D | slk.c | 35 attr_t attrs; member in struct:_softlabelkeys 67 wattrset ( stdscr, slks->attrs ); 113 * @ret attrs the current attributes of the soft function keys 116 return ( slks == NULL ? 0 : slks->attrs ); 122 * @v attrs attribute bit mask 125 int slk_attroff ( const chtype attrs ) { 128 slks->attrs &= ~( attrs & A_ATTRIBUTES ); 135 * @v attrs attribute bit mask 138 int slk_attron ( const chtype attrs ) { 165 slk_attr_off( const attr_t attrs, void *opts __unused ) argument 176 slk_attr_on( attr_t attrs, void *opts __unused ) argument 188 slk_attr_set( const attr_t attrs, short colour_pair_number, void *opts __unused ) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testReader.c | 52 static int elem, attrs; variable 61 attrs += xmlTextReaderAttributeCount(reader); 72 attrs = 0; 98 printf("%s : %d elements, %d attributes\n", filename, elem, attrs);
|
H A D | relaxng.c | 163 xmlRelaxNGDefinePtr attrs; /* list of attributes for elements */ member in struct:_xmlRelaxNGDefine 271 xmlRelaxNGDefinePtr *attrs; /* the array of attributes definitions */ member in struct:_xmlRelaxNGInterleaveGroup 304 int maxAttrs; /* the size of attrs */ 308 xmlAttrPtr *attrs; /* the array of attributes */ member in struct:_xmlRelaxNGValidState 946 if (group->attrs != NULL) 947 xmlFree(group->attrs); 972 if ((define->type == XML_RELAXNG_VALUE) && (define->attrs != NULL)) { 977 lib->freef(lib->data, (void *) define->attrs); 1184 xmlAttrPtr attrs[MAX_ATTR]; local 1196 attrs[nbAttr 1280 xmlAttrPtr *attrs; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | xf86Xinput.h | 112 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | xf86Xinput.h | 113 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | xf86Xinput.h | 107 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | xf86Xinput.h | 107 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | xf86Xinput.h | 107 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | xf86Xinput.h | 105 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | xf86Xinput.h | 105 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | xf86Xinput.h | 105 InputAttributes *attrs; member in struct:_InputInfoRec
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/ |
H A D | memmap.c | 47 uint32_t attrs; member in struct:e820_entry 217 if ( size > offsetof ( typeof ( e820buf ), attrs ) ) { 218 DBG ( " (%s", ( ( e820buf.attrs & E820_ATTR_ENABLED ) 220 if ( e820buf.attrs & E820_ATTR_NONVOLATILE ) 222 if ( e820buf.attrs & E820_ATTR_UNKNOWN ) 223 DBG ( ", other [%08x]", e820buf.attrs ); 233 if ( size > offsetof ( typeof ( e820buf ), attrs ) ) { 234 if ( ! ( e820buf.attrs & E820_ATTR_ENABLED ) ) 236 if ( e820buf.attrs & E820_ATTR_NONVOLATILE )
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | xf86Xinput.h | 151 InputAttributes *attrs; member in struct:_LocalDeviceRec
|
H A D | xf86str.h | 409 InputAttributes *attrs; member in struct:__anon9596
|
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vbe.c | 179 uint16_t sig, vmode, attrs; local 196 attrs = in_word(VBE_EXTRA_PORT, /*&cur_info->info.ModeAttributes*/cur_info_ofs + offsetof(ModeInfoListItem, info.ModeAttributes) ); 202 else if (attrs & VBE_MODE_ATTRIBUTE_LINEAR_FRAME_BUFFER_MODE)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/ |
H A D | VBoxMPIOCTL.cpp | 341 VIDEO_POINTER_ATTRIBUTES attrs; local 346 attrs.Enable = bEnable ? VBOX_MOUSE_POINTER_VISIBLE:0; 350 bRC = VBoxMPCmnUpdatePointerShape(VBoxCommonFromDeviceExt(pExt), &attrs, sizeof(attrs));
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | dcpc.c | 1080 char *attrs; local 1123 attrs = kcpc_list_attrs(); 1124 if (strstr(attrs, "umask") != NULL) 1126 else if (strstr(attrs, "emask") != NULL)
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | dri_util.c | 552 const int *attrs, void *data) 559 (void) attrs; 550 driCreateNewDrawable(__DRIscreen *psp, const __DRIconfig *config, drm_drawable_t hwDrawable, int renderType, const int *attrs, void *data) argument
|
H A D | fakedri_drv.c | 830 const int *attrs, void *data) 834 (void) attrs; 828 vboxdriCreateNewDrawable_Legacy(__DRIscreen *psp, const __DRIconfig *config, drm_drawable_t hwDrawable, int renderType, const int *attrs, void *data) argument
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsDirectoryService.cpp | 978 ICAttr attrs; local 981 err = ::ICGetPref(icInstance, kICDownloadFolder, &attrs, &icFileSpec, &size);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 36 attr_t attrs; member in struct:_curses_screen 78 attr_t attrs; member in struct:_curses_window 140 #define PAIR_NUMBER(attrs) ( ( (attrs) & A_COLOUR ) >> CPAIR_SHIFT ) 494 static inline int attroff ( int attrs ) { 495 return wattroff ( stdscr, attrs ); 498 static inline int attron ( int attrs ) { 499 return wattron ( stdscr, attrs ); 502 static inline int attrset ( int attrs ) { 503 return wattrset ( stdscr, attrs ); 506 attr_get( attr_t *attrs, short *pair, void *opts ) argument 510 attr_off( attr_t attrs, void *opts ) argument 514 attr_on( attr_t attrs, void *opts ) argument 518 attr_set( attr_t attrs, short cpair, void *opts ) argument [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 736 const xmlChar ** attrs) 759 if ((attrs == NULL) && (type == 1)) { 762 } else if (attrs == NULL) { 766 for (i = 0; attrs[i] != NULL; i++) { 767 attrname = PyString_FromString((char *) attrs[i]); 769 if (attrs[i] != NULL) { 770 attrvalue = PyString_FromString((char *) attrs[i]); 735 pythonStartElement(void *user_data, const xmlChar * name, const xmlChar ** attrs) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | server_protocol.h | 1308 unsigned int attrs; member in struct:create_file_request
|