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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesapp.h 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;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 559 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
    [all...]
ncurses.h 559 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesapp.h 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;
171 return b_Colors ? COLOR_PAIR(6) : A_BOLD;
curses.h 559 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
    [all...]
ncurses.h 559 extern NCURSES_EXPORT(int) COLOR_PAIR (int); /* generated */
    [all...]

Completed in 129 milliseconds