HomeSort by relevance Sort by last modified time
    Searched refs:b_Colors (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesapp.h 56 bool b_Colors; // Is this a color application?
102 : b_Colors(rhs.b_Colors),
125 return b_Colors;
141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
146 return b_Colors ? COLOR_PAIR(2) : A_NORMAL;
151 return b_Colors ? (COLOR_PAIR(3)|A_DIM) : A_DIM;
156 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
161 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
166 return b_Colors ? COLOR_PAIR(5) : A_NORMAL
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesapp.h 56 bool b_Colors; // Is this a color application?
102 : b_Colors(rhs.b_Colors),
125 return b_Colors;
141 return b_Colors ? COLOR_PAIR(1) : A_BOLD;
146 return b_Colors ? COLOR_PAIR(2) : A_NORMAL;
151 return b_Colors ? (COLOR_PAIR(3)|A_DIM) : A_DIM;
156 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
161 return b_Colors ? COLOR_PAIR(4) : A_NORMAL;
166 return b_Colors ? COLOR_PAIR(5) : A_NORMAL
    [all...]

Completed in 1477 milliseconds