/src/lib/libcurses/ |
cchar.c | 71 *attrs = wcval->attributes; 73 *color_pair = PAIR_NUMBER(wcval->attributes); 113 wcval->attributes = attrs & ~__COLOR; 115 wcval->attributes |= COLOR_PAIR(color_pair); 132 out->attributes |= in & __ATTRIBUTES; 137 out->attributes = in & __ATTRIBUTES;
|
border.c | 111 /* Merge window and background attributes */ 171 out.attributes |= in & __ATTRIBUTES; \ 249 left.vals[0], left.attributes ); 251 right.vals[0], right.attributes ); 253 top.vals[0], top.attributes ); 255 bottom.vals[0], bottom.attributes ); 257 topleft.vals[0], topleft.attributes ); 259 topright.vals[0], topright.attributes ); 261 botleft.vals[0], botleft.attributes ); 263 botright.vals[0], botright.attributes ); [all...] |
addbytes.c | 180 cc.attributes = attr; 210 attr_t attributes; local in function:_cursesi_addbyte 278 attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR); 280 attributes |= attr & __COLOR; 282 attributes |= win->wattr & __COLOR; 323 if (attributes & __COLOR) 325 attributes | (win->battr & ~__COLOR); 327 (*lp)->line[*x].attr = attributes | win->battr; 357 attr_t attributes; 388 cc.attributes = win->wattr [all...] |
background.c | 43 * Set new background attributes on stdscr. 53 * Set new background attributes on stdscr and apply them to its 64 * Set new background attributes on the specified window. 79 /* Background attributes (check colour). */ 87 * Set new background attributes on the specified window and 111 /* Update/merge attributes */ 124 * Get current background attributes. 134 /* Background attributes (check colour). */ 176 win, (const char *)wunctrl(wch), wch->attributes); 230 /* Background attributes (check colour). * [all...] |
in_wchstr.c | 148 wcp->attributes = start->attr; 165 wcp->attributes = win->wattr;
|
addch.c | 98 cc.vals[0], cc.attributes);
|
in_wch.c | 95 wcval->attributes = lp->attr;
|
line.c | 229 cc.attributes |= WACS_HLINE->attributes; 303 cc.attributes |= WACS_VLINE->attributes;
|
/src/sbin/gpt/ |
set.c | 74 uint64_t attributes = 0, clear = 0; local in function:cmd_set 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0)) 118 return gpt_attr_update(gpt, entry, attributes, clear);
|
unset.c | 74 uint64_t attributes = 0; local in function:cmd_unset 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 return gpt_attr_update(gpt, entry, 0, attributes);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_ipp.c | 76 const struct dc_cursor_attributes *attributes) 85 switch (attributes->color_format) { 105 CURSOR_2X_MAGNIFY, attributes->attribute_flags.bits.ENABLE_MAGNIFICATION, 106 CUR_INV_TRANS_CLAMP, attributes->attribute_flags.bits.INVERSE_TRANSPARENT_CLAMPING); 108 if (attributes->color_format == CURSOR_MODE_MONO) { 125 CURSOR_WIDTH, attributes->width-1, 126 CURSOR_HEIGHT, attributes->height-1); 135 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part); 138 CURSOR_SURFACE_ADDRESS, attributes->address.low_part);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
ipp.h | 79 const struct dc_cursor_attributes *attributes);
|
/src/sys/external/bsd/gnu-efi/dist/apps/ |
debughook.c | 8 UINT32 *attributes) 24 attributes, len, *data);
|
/src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/ |
ldscript | 19 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/usr.bin/make/unit-tests/ |
dep-double-colon.mk | 4 # several dependency groups for a single node, each having its own attributes
|
/src/distrib/ews4800mips/floppies/instkernel/ |
Makefile | 11 MDSET_STRIPSECTIONS= -R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
|
/src/lib/libcurses/EXAMPLES/ |
ex1.c | 94 cc.attributes = ncc.attributes = 0; 115 bcc.attributes = 0; 256 bcc.attributes = al[ ac ];
|
/src/sys/dev/acpi/ |
qcomscm.c | 412 uint32_t attributes; member in struct:qcscm_rsp_uefi_get_variable 420 uint32_t *attributes, uint8_t *data, int *data_size) 476 if (attributes) 477 *attributes = resp->attributes; 489 if (attributes) 490 *attributes = resp->attributes; 518 uint32_t attributes; member in struct:qcscm_req_uefi_set_variable 533 uint32_t attributes, uint8_t *data, int data_size [all...] |
/src/lib/librpcsvc/ |
nfs_prot.x | 115 * File attributes 135 * File attributes which can be set 151 * Reply status with file attributes 155 fattr attributes; 162 sattr attributes; 175 fattr attributes; 209 fattr attributes; /* attributes, need for pagin*/ 233 sattr attributes; 249 sattr attributes; [all...] |
/src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/ |
ldscript | 17 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/ |
ldscript | 19 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/ |
ldscript | 19 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000/ |
ldscript | 22 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/ |
ldscript | 23 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|
/src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/ |
ldscript | 23 /DISCARD/ : { *(.ARM.attributes*) *(.ARM.exidx) }
|