Home
last modified time | relevance | path

Searched refs:attron (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c303 attron ( A_BOLD ); in draw_title_row()
315 attron ( A_BOLD ); in draw_info_row()
/external/gptfdisk/
Dgptcurses.cc280 attron(A_REVERSE); in DisplayParts()
536 attron(A_BOLD); in ShowHelp()
626 attron(A_REVERSE); in DisplayOptions()
/external/python/cpython2/Lib/test/
Dtest_curses.py102 stdscr.attron(curses.A_BOLD)
/external/syslinux/gpxe/src/include/
Dcurses.h498 static inline int attron ( int attrs ) { in attron() function
/external/python/cpython3/Lib/test/
Dtest_curses.py106 stdscr.attron(curses.A_BOLD)
/external/python/cpython2/Demo/curses/
Dxmas.py36 win.attron(curses.color_pair(n))
/external/python/cpython2/Doc/library/
Dcurses.rst687 .. method:: window.attron(attr)
/external/python/cpython3/Doc/library/
Dcurses.rst705 .. method:: window.attron(attr)