HomeSort by: relevance | last modified time | path
    Searched refs:is_basic (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/unittests/
style-selftests.c 66 SELF_CHECK (style.get_foreground ().is_basic ());
76 SELF_CHECK (!style.get_foreground ().is_basic ());
79 SELF_CHECK (!style.get_background ().is_basic ());
89 SELF_CHECK (!style.get_foreground ().is_basic ());
92 SELF_CHECK (!style.get_background ().is_basic ());
  /src/external/gpl3/gdb/dist/gdb/unittests/
style-selftests.c 72 SELF_CHECK (style.get_foreground ().is_basic ());
84 SELF_CHECK (style.get_foreground ().is_basic ());
96 SELF_CHECK (!style.get_foreground ().is_basic ());
99 SELF_CHECK (!style.get_background ().is_basic ());
111 SELF_CHECK (!style.get_foreground ().is_basic ());
114 SELF_CHECK (!style.get_background ().is_basic ());
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 102 bool is_basic () const function in class:ui_file_style::color
110 gdb_assert (is_basic ());
mingw-hdep.c 293 else if (fg.is_basic ())
299 else if (bg.is_basic ())
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
mbuiter.h 126 if (is_basic (*iter->cur.ptr))
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mbuiter.h 126 if (is_basic (*iter->cur.ptr))
  /src/external/gpl2/xcvs/dist/lib/
mbuiter.h 126 if (is_basic (*iter->cur.ptr))
  /src/crypto/external/bsd/openssl/dist/crypto/
punycode.c 59 static ossl_inline int is_basic(unsigned int a) function
139 if (is_basic(pEncoded[loop]) == 0)
  /src/crypto/external/apache2/openssl/dist/crypto/
punycode.c 60 static ossl_inline int is_basic(unsigned int a) function
140 if (is_basic(pEncoded[loop]) == 0)
  /src/lib/libc/citrus/modules/
citrus_ues.c 205 is_basic(wchar_t wc) function
302 if (is_basic(wc) == 0 && (uint32_t)wc <= UCS4_MAX &&
338 if ((ei->mode & MODE_C99) ? is_basic(wc) : (uint32_t)wc <= 0x7F) {
  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 304 else if (fg.is_basic ())
310 else if (bg.is_basic ())
ui-style.c 122 else if (is_basic ())
161 else if (is_none () || is_basic ())
ui-style.h 175 bool is_basic () const function in class:ui_file_style::color
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c 225 else if (color.is_basic ())
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c 246 else if (color.is_basic ())

Completed in 29 milliseconds