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

  /external/syslinux/gpxe/src/hci/mucurses/
winattrs.c 28 int wattroff ( WINDOW *win, int attrs ) { function
83 wattroff( win, attrs );
  /external/autotest/client/profilers/powertop/src/
display.c 158 wattroff(status_bar_window, A_REVERSE);
173 wattroff(cstate_window, A_BOLD);
184 wattroff(cstate_window, A_BOLD);
287 wattroff(timerstat_window, A_BOLD);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 694 #ifdef wattroff
695 inline int UNDEF(wattroff)(WINDOW *win, int att) { return wattroff(win, att); } function
696 #undef wattroff macro
697 #define wattroff UNDEF(wattroff) macro
1101 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); }
    [all...]
curses.h 1115 #define wattroff macro
    [all...]
ncurses.h 1115 #define wattroff macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 416 extern int wattroff ( WINDOW *, int ) __nonnull;
495 return wattroff ( stdscr, attrs );
  /external/python/cpython2/Modules/
_cursesmodule.c 555 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff");
    [all...]
  /external/python/cpython3/Modules/
_cursesmodule.c 826 return PyCursesCheckERR(wattroff(self->win, (attr_t)lattr), "attroff");
    [all...]

Completed in 212 milliseconds