Home
last modified time | relevance | path

Searched refs:attroff (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Demo/curses/
Dxmas.py35 win.attroff(curses.A_COLOR)
179 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
197 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
217 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
242 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
262 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
Dtclock.py123 stdscr.attroff(curses.A_REVERSE)
/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c305 attroff ( A_BOLD ); in draw_title_row()
317 attroff ( A_BOLD ); in draw_info_row()
/external/gptfdisk/
Dgptcurses.cc282 attroff(A_REVERSE); in DisplayParts()
538 attroff(A_BOLD); in ShowHelp()
628 attroff(A_REVERSE); in DisplayOptions()
/external/python/cpython2/Lib/test/
Dtest_curses.py103 stdscr.attroff(curses.A_BOLD)
/external/syslinux/gpxe/src/include/
Dcurses.h494 static inline int attroff ( int attrs ) { in attroff() function
/external/python/cpython3/Lib/test/
Dtest_curses.py107 stdscr.attroff(curses.A_BOLD)
/external/python/cpython2/Doc/library/
Dcurses.rst681 .. method:: window.attroff(attr)
/external/python/cpython3/Doc/library/
Dcurses.rst699 .. method:: window.attroff(attr)