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

  /src/external/mit/libuv/dist/src/win/
tty.c 28 #ifndef COMMON_LVB_REVERSE_VIDEO
29 # define COMMON_LVB_REVERSE_VIDEO 0x4000
357 if (uv_tty_default_text_attributes & COMMON_LVB_REVERSE_VIDEO)
1521 if ((info.wAttributes & COMMON_LVB_REVERSE_VIDEO) > 0) {
1557 info.wAttributes |= COMMON_LVB_REVERSE_VIDEO;
1559 info.wAttributes &= ~COMMON_LVB_REVERSE_VIDEO;
1563 if ((info.wAttributes & COMMON_LVB_REVERSE_VIDEO) > 0) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
wincon.d 35 COMMON_LVB_REVERSE_VIDEO = 0x4000,
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 541 attrib_add |= COMMON_LVB_REVERSE_VIDEO;
561 attrib_add &= ~COMMON_LVB_REVERSE_VIDEO;
562 attrib_rm |= COMMON_LVB_REVERSE_VIDEO;
646 if (attrib_add & COMMON_LVB_REVERSE_VIDEO)
648 /* COMMON_LVB_REVERSE_VIDEO is only effective for DBCS.
654 attrib_add &= ~COMMON_LVB_REVERSE_VIDEO;
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.cc 539 attrib_add |= COMMON_LVB_REVERSE_VIDEO;
559 attrib_add &= ~COMMON_LVB_REVERSE_VIDEO;
560 attrib_rm |= COMMON_LVB_REVERSE_VIDEO;
644 if (attrib_add & COMMON_LVB_REVERSE_VIDEO)
646 /* COMMON_LVB_REVERSE_VIDEO is only effective for DBCS.
652 attrib_add &= ~COMMON_LVB_REVERSE_VIDEO;
  /src/external/mit/libuv/dist/test/
test-tty-escape-sequence-processing.c 1214 attr |= COMMON_LVB_REVERSE_VIDEO;

Completed in 54 milliseconds