OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bg_bright
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
tty.c
1427
char fg_bright = -1,
bg_bright
= -1;
local
1435
bg_bright
= uv_tty_default_bg_bright;
1447
bg_bright
= uv_tty_default_bg_bright;
1457
bg_bright
= 0;
1461
bg_bright
= 1;
1473
bg_bright
= 0;
1495
bg_bright
= uv_tty_default_bg_bright;
1504
bg_bright
= 1;
1511
bg_bright
== -1 && inverse == -1) {
1547
if (
bg_bright
!= -1)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/text-art/
style.cc
118
static const char * const
bg_bright
[] = {"", // reset, for DEFAULT
local
129
STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (
bg_bright
));
135
arr = u.m_named.m_bright ?
bg_bright
: bg_normal;
Completed in 18 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026