Home
last modified time | relevance | path

Searched refs:pair_content (Results 1 – 7 of 7) sorted by relevance

/external/python/cffi/demo/
D_curses.py886 def pair_content(pair): function
890 if lib.pair_content(pair, f, b) == lib.ERR:
/external/python/cpython2/Lib/test/
Dtest_curses.py274 curses.pair_content(curses.COLOR_PAIRS - 1)
/external/python/cpython3/Lib/test/
Dtest_curses.py285 curses.pair_content(curses.COLOR_PAIRS - 1)
/external/python/cpython3/Modules/
D_cursesmodule.c3632 if (pair_content(pair_number, &f, &b)==ERR) { in _curses_nl_impl()
/external/python/cpython2/Modules/
D_cursesmodule.c2309 if (pair_content(pair, &f, &b)==ERR) { in PyCurses_Pair_Content()
/external/python/cpython2/Doc/library/
Dcurses.rst433 .. function:: pair_content(pair_number)
/external/python/cpython3/Doc/library/
Dcurses.rst441 .. function:: pair_content(pair_number)