/haiku/src/apps/terminal/ |
H A D | TerminalLine.h | 21 struct Attributes { struct 28 Attributes() : state(0), foreground(0), background(0), underline(0), underlineStyle(0) {} in Attributes() argument 30 inline void Reset() in Reset() 39 inline bool IsWidth() const { return (state & A_WIDTH) == A_WIDTH; } in IsWidth() 40 inline bool IsBold() const { return (state & BOLD) == BOLD; } in IsBold() 41 inline bool IsUnder() const { return (state & UNDERLINE) == UNDERLINE; } in IsUnder() 42 inline bool IsInverse() const { return (state & INVERSE) == INVERSE; } in IsInverse() 43 inline bool IsMouse() const { return (state & MOUSE) == MOUSE; } in IsMouse() 44 inline bool IsForeSet() const { return (state & FORESET) == FORESET; } in IsForeSet() 45 inline bool IsBackSet() const { return (state & BACKSET) == BACKSET; } in IsBackSet() [all …]
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | bulkmem.h | 38 u_int Attributes; member 58 u_int Attributes; member 103 u_int Attributes; member 111 u_int Attributes; member 124 u_int Attributes; member 169 u_int Attributes; member
|
H A D | cs.h | 49 u_int Attributes; member 107 u_int Attributes; member 135 u_int Attributes; member 143 u_int Attributes; member 153 u_int Attributes; member 165 u_int Attributes; member 208 u_int Attributes; member 237 u_int Attributes; member 263 u_int Attributes; member 269 u_int Attributes; member [all …]
|
H A D | ds.h | 59 u_int Attributes; member
|
H A D | cistpl.h | 571 u_int Attributes; member
|
/haiku/headers/tools/cppunit/cppunit/ |
H A D | XmlOutputter.h | 83 typedef std::deque<Attribute> Attributes; typedef
|
/haiku/docs/develop/file_systems/ |
H A D | xfs.rst | 327 Attributes section in Current Status of XFS
|
/haiku/src/add-ons/kernel/file_systems/packagefs/package/ |
H A D | PackageNode.h | 63 const PackageNodeAttributeList& Attributes() const in Attributes() function
|
/haiku/src/bin/bfs_tools/lib/ |
H A D | Inode.h | 45 block_run Attributes() const { return fInode->attributes; } in Attributes() function
|
/haiku/src/apps/devices/ |
H A D | Device.h | 44 typedef std::vector<Attribute> Attributes; typedef
|
/haiku/headers/private/kernel/platform/efi/protocol/ |
H A D | usb-io.h | 65 uint8_t Attributes; member 85 uint8_t Attributes; member
|
/haiku/src/add-ons/kernel/partitioning_systems/gpt/ |
H A D | gpt.h | 109 uint64 Attributes() const in Attributes() function
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | Inode.h | 105 block_run& Attributes() { return fNode.attributes; } in Attributes() function
|
/haiku/src/tests/system/kernel/device_manager/playground/ |
H A D | device_manager.cpp | 111 AttributeList& Attributes() { return fAttributes; } in Attributes() function 112 const AttributeList& Attributes() const { return fAttributes; } in Attributes() function
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | win32_io.c | 195 ULONG Attributes; member 200 ULONG Attributes; member
|
/haiku/src/system/kernel/device_manager/ |
H A D | device_manager.cpp | 121 AttributeList& Attributes() { return fAttributes; } in Attributes() function 122 const AttributeList& Attributes() const { return fAttributes; } in Attributes() function
|
/haiku/src/add-ons/kernel/file_systems/cdda/ |
H A D | kernel_interface.cpp | 222 AttributeList::ConstIterator Attributes() const in Attributes() function in Inode
|
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/ |
H A D | actbl2.h | 883 UINT32 Attributes; member 2974 UINT8 Attributes; member
|