Searched refs:clearwindow (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/com32/include/ |
D | libansi.h | 52 void clearwindow(const char top, const char left, const char bot,
|
/external/syslinux/com32/lib/sys/ |
D | libansi.c | 237 void clearwindow(const char top, const char left, const char bot, in clearwindow() function
|
/external/syslinux/com32/cmenu/libmenu/ |
D | menu.c | 122 clearwindow(ms->minrow, ms->mincol, ms->maxrow, ms->maxcol, in reset_ui() 288 clearwindow(top, left - 2, top + numitems + 1, left + menuwidth + 1, in printmenu() 340 …clearwindow(top, left - 2, top + numitems + 1, left + menu->menuwidth + 4, ms->fillchar, ms->filla… in cleanupmenu() 341 …clearwindow(top - 1, left - 3, top + numitems, left + menu->menuwidth + 3, ms->fillchar, ms->filla… in cleanupmenu()
|