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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 213 inline void attron(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 83 #ifdef attron
84 inline int UNDEF(attron)(chtype at) { return attron(at); } function
85 #undef attron macro
86 #define attron UNDEF(attron) macro
1098 int attron (chtype at) { return ::wattron (w, at); } function in class:NCursesWindow
    [all...]
curses.h 557 extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */
1170 #define attron macro
    [all...]
ncurses.h 557 extern NCURSES_EXPORT(int) attron (NCURSES_ATTR_T); /* generated */
1170 #define attron macro
    [all...]
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 303 attron ( A_BOLD );
315 attron ( A_BOLD );
  /external/gptfdisk/
gptcurses.cc 280 attron(A_REVERSE);
536 attron(A_BOLD);
626 attron(A_REVERSE);
  /external/python/cpython2/Demo/curses/
xmas.py 36 win.attron(curses.color_pair(n))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 60 stdscr.attron(curses.A_BOLD)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 60 stdscr.attron(curses.A_BOLD)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 60 stdscr.attron(curses.A_BOLD)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 60 stdscr.attron(curses.A_BOLD)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 60 stdscr.attron(curses.A_BOLD)
  /external/syslinux/gpxe/src/include/
curses.h 207 //extern int attron ( int );
498 static inline int attron ( int attrs ) { function
  /external/python/cpython2/Lib/test/
test_curses.py 102 stdscr.attron(curses.A_BOLD)
  /external/python/cpython3/Lib/test/
test_curses.py 106 stdscr.attron(curses.A_BOLD)

Completed in 218 milliseconds