HomeSort by: relevance | last modified time | path
    Searched defs:bg_normal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 109 static const char * const bg_normal[] = {"", // reset, for DEFAULT local
128 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_normal));
135 arr = u.m_named.m_bright ? bg_bright : bg_normal;
style.cc 109 static const char * const bg_normal[] = {"", // reset, for DEFAULT local
128 STATIC_ASSERT (ARRAY_SIZE (fg_normal) == ARRAY_SIZE (bg_normal));
135 arr = u.m_named.m_bright ? bg_bright : bg_normal;

Completed in 32 milliseconds