Searched refs:attrs (Results 1 - 25 of 86) sorted by relevance

1234

/haiku-fatelf/src/libs/ncurses/ncurses/widechar/
H A Dlib_cchar.c49 const attr_t attrs,
58 wcval, _nc_viswbuf(wch), attrs, color_pair, opts));
82 SetAttr(*wcval, attrs | COLOR_PAIR(color_pair));
97 attr_t *attrs,
106 wcval, wch, attrs, color_pair, opts));
115 } else if (attrs == 0 || color_pair == 0) {
118 *attrs = AttrOf(*wcval) & A_ATTRIBUTES;
47 setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, short color_pair, const void *opts) argument
95 getcchar(const cchar_t *wcval, wchar_t *wch, attr_t *attrs, short *color_pair, void *opts) argument
H A Dlib_vid_attr.c254 attr_t attrs; local
257 attrs = termattrs();
261 attrs |= WA_HORIZONTAL;
263 attrs |= WA_LEFT;
265 attrs |= WA_LOW;
267 attrs |= WA_RIGHT;
269 attrs |= WA_TOP;
271 attrs |= WA_VERTICAL;
273 returnAttr(attrs);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhtml-parse.h51 struct attr_pair *attrs; /* attributes */ member in struct:taginfo
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursslk.h213 inline void attron(attr_t attrs) { argument
214 if (ERR==::slk_attron(attrs))
218 inline void attroff(attr_t attrs) { argument
219 if (ERR==::slk_attroff(attrs))
223 inline void attrset(attr_t attrs) { argument
224 if (ERR==::slk_attrset(attrs))
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dchannels.c46 device_attr attrs[] = local
71 return pnp->register_node(parent, IDE_SIM_MODULE_NAME, attrs, NULL,
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp17 device_attr attrs[] = { local
24 while (gDeviceManager->get_next_child_node(node, attrs, &child) == B_OK) {
57 device_attr attrs[] = { local
63 return gDeviceManager->register_node(parent, BUS_MODULE_NAME, attrs, NULL,
103 device_attr attrs[] = { local
119 gDeviceManager->register_node(node, BUS_FOR_DRIVER_NAME, attrs, NULL,
123 device_attr attrs[] = { local
132 BUS_FOR_DRIVER_NAME, attrs, NULL, NULL));
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmxml-attr.c58 for (i = node->value.element.num_attrs, attr = node->value.element.attrs;
101 for (i = node->value.element.num_attrs, attr = node->value.element.attrs;
124 attr = realloc(node->value.element.attrs,
134 node->value.element.attrs = attr;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dip2k-dis.c78 print_fr (cd, dis_info, value, attrs, pc, length)
82 unsigned int attrs ATTRIBUTE_UNUSED;
134 print_dollarhex (cd, dis_info, value, attrs, pc, length)
138 unsigned int attrs ATTRIBUTE_UNUSED;
148 print_dollarhex8 (cd, dis_info, value, attrs, pc, length)
152 unsigned int attrs ATTRIBUTE_UNUSED;
162 print_dollarhex16 (cd, dis_info, value, attrs, pc, length)
166 unsigned int attrs ATTRIBUTE_UNUSED;
176 print_dollarhex_addr16h (cd, dis_info, value, attrs, pc, length)
180 unsigned int attrs ATTRIBUTE_UNUSE
354 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
379 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dfr30-dis.c115 print_hi_register_list_ld (cd, dis_info, value, attrs, pc, length)
119 unsigned int attrs ATTRIBUTE_UNUSED;
127 print_low_register_list_ld (cd, dis_info, value, attrs, pc, length)
131 unsigned int attrs ATTRIBUTE_UNUSED;
139 print_hi_register_list_st (cd, dis_info, value, attrs, pc, length)
143 unsigned int attrs ATTRIBUTE_UNUSED;
151 print_low_register_list_st (cd, dis_info, value, attrs, pc, length)
155 unsigned int attrs ATTRIBUTE_UNUSED;
163 print_m4 (cd, dis_info, value, attrs, pc, length)
167 unsigned int attrs ATTRIBUTE_UNUSE
345 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
370 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dcgen-dis.in69 unsigned int attrs,
76 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
80 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
82 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
94 unsigned int attrs,
101 CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length);
105 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
107 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADDR))
109 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_ABS_ADDR))
111 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNE
[all...]
H A Diq2000-dis.c83 iq2000_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
88 void const *attrs ATTRIBUTE_UNUSED;
222 unsigned int attrs,
229 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
233 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
235 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
247 unsigned int attrs,
254 CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length);
258 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
260 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADD
217 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
242 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dopenrisc-dis.c83 openrisc_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
88 void const *attrs ATTRIBUTE_UNUSED;
168 unsigned int attrs,
175 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
179 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
181 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
193 unsigned int attrs,
200 CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length);
204 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
206 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADD
163 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
188 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dxstormy16-dis.c83 xstormy16_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
88 void const *attrs ATTRIBUTE_UNUSED;
201 unsigned int attrs,
208 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
212 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
214 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
226 unsigned int attrs,
233 CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length);
237 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
239 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_PCREL_ADD
196 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
221 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dm32r-dis.c68 #define CGEN_PRINT_NORMAL(cd, info, value, attrs, pc, length) \
71 if (CGEN_BOOL_ATTR ((attrs), CGEN_OPERAND_HASH_PREFIX)) \
79 print_hash (cd, dis_info, value, attrs, pc, length)
83 unsigned int attrs ATTRIBUTE_UNUSED;
172 m32r_cgen_print_operand (cd, opindex, xinfo, fields, attrs, pc, length)
177 void const *attrs ATTRIBUTE_UNUSED;
293 unsigned int attrs,
300 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
304 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
306 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNE
288 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
313 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_vidattr.c266 chtype attrs = A_NORMAL; local
270 attrs |= A_ALTCHARSET;
273 attrs |= A_BLINK;
276 attrs |= A_BOLD;
279 attrs |= A_DIM;
282 attrs |= A_REVERSE;
285 attrs |= A_STANDOUT;
288 attrs |= A_PROTECT;
291 attrs |= A_INVIS;
294 attrs |
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/
H A Dpci_root.cpp48 device_attr attrs[] = { local
54 return gDeviceManager->register_node(parent, PCI_ROOT_MODULE_NAME, attrs,
73 device_attr attrs[] = { local
95 gDeviceManager->register_node(node, PCI_DEVICE_MODULE_NAME, attrs,
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dmakefile40 attrs.c \
H A Dmakefile.ufs40 attrs.c \
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppContent.cpp613 for (list<IppAttribute *>::const_iterator it = attrs.begin(); it != attrs.end(); it++) {
689 attrs.push_back(new IppAttribute((IPP_TAG)tag));
698 attrs.push_back(attr);
708 attrs.push_back(attr);
715 attrs.push_back(attr);
735 attrs.push_back(attr);
742 attrs.push_back(attr);
749 attrs.push_back(attr);
756 attrs
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp48 device_attr attrs[] = { local
59 return pnp->register_node(parent, SCSI_BUS_MODULE_NAME, attrs, NULL,
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-wingeneral.c88 int attrs; local
92 attrs = tui_active_border_attrs;
94 attrs = tui_border_attrs;
96 wattron (win, attrs);
107 wattroff (win, attrs);
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dlibc-symbols.h554 # define __hidden_proto_hiddenattr(attrs...)
556 # define __hidden_proto_hiddenattr(attrs...) \
557 __attribute__ ((visibility ("hidden"), ##attrs))
559 # define hidden_proto(name, attrs...) \
560 __hidden_proto (name, __GI_##name, ##attrs)
561 # define __hidden_proto(name, internal, attrs...) \
564 __hidden_proto_hiddenattr (attrs);
658 # define hidden_proto(name, attrs...)
671 # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs)
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp56 device_attr attrs[] = { local
63 return gDeviceManager->register_node(parent, ACPI_ROOT_MODULE_NAME, attrs,
87 device_attr attrs[] = { local
110 if (gDeviceManager->register_node(node, ACPI_DEVICE_MODULE_NAME, attrs,
/haiku-fatelf/src/add-ons/kernel/bus_managers/isa/
H A Disa.cpp112 static const device_attr attrs[] = { local
120 return pnp->register_node(parent, ISA_MODULE_NAME, attrs, NULL, NULL);
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_instr.c66 attr_t attrs; local
78 if (getcchar(cell, wch, &attrs, &pair, 0) == OK) {

Completed in 199 milliseconds

1234