Home
last modified time | relevance | path

Searched refs:clrtobot (Results 1 – 4 of 4) sorted by relevance

/external/gptfdisk/
Dgptcurses.cc353 clrtobot(); in ChangeName()
377 clrtobot(); in ChangeType()
399 clrtobot(); in SetAlignment()
432 clrtobot(); in MakeNewPart()
471 clrtobot(); in SaveData()
785 clrtobot(); in ClearBottom()
/external/python/cpython2/Lib/test/
Dtest_curses.py86 for meth in [stdscr.box, stdscr.clear, stdscr.clrtobot,
/external/syslinux/gpxe/src/include/
Dcurses.h535 static inline int clrtobot ( void ) { in clrtobot() function
/external/python/cpython2/Doc/library/
Dcurses.rst787 .. method:: window.clrtobot()