Home
last modified time | relevance | path

Searched refs:__m_cc_erase (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c81 (void) __m_cc_erase(w, row + n, in wscrl()
91 (void) __m_cc_erase(w, row + n, in wscrl()
98 (void) __m_cc_erase(w, row, 0, in wscrl()
123 (void) __m_cc_erase(w, start, 0, finish, w->_maxx - 1); in wscrl()
H A Dwins_wch.c72 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1); in __m_cc_ins()
93 (void) __m_cc_erase(w, y, x, y, w->_maxx-1); in __m_cc_ins()
128 if (__m_cc_erase(w, y, x, y, w->_maxx - 1) == -1) in __m_wins_wch()
H A Dwrefresh.c127 (void) __m_cc_erase(ns, ny, 0, ny, 0); in wnoutrefresh()
144 (void) __m_cc_erase(ns, ny, nx + dx - 1, in wnoutrefresh()
H A Dclrbot.c61 value = __m_cc_erase(stdscr, in clrtobot()
H A Dclreol.c61 value = __m_cc_erase(stdscr, in clrtoeol()
H A Dwclrbot.c61 if (__m_cc_erase(w, w->_cury, x, w->_maxy-1, w->_maxx-1) != 0) in wclrtobot()
H A Dwclreol.c59 if (__m_cc_erase(w, w->_cury, x, w->_cury, w->_maxx-1) != 0) in wclrtoeol()
H A Dm_cc.c533 (void) __m_cc_erase(w, y, x, y, w->_maxx-1); in __m_cc_replace()
544 (void) __m_cc_erase(w, y, x, y, x + width - 1); in __m_cc_replace()
646 if (__m_cc_erase(w, y, x, y, nx-1) == -1) in __m_cc_add()
656 if (__m_cc_erase(w, y, x, y, w->_maxx-1) == -1) in __m_cc_add()
711 if (__m_cc_erase(w, y, x, y, w->_maxx-1) == -1) in __m_cc_add_k()
861 __m_cc_erase(WINDOW *w, int y, int x, int ly, int lx) in __m_cc_erase() function
H A Dwclear.c77 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1); in werase()
H A Dwgetn_ws.c261 (void) __m_cc_erase(fld_window, y, x, y, x); in fld_erase()
275 (void) __m_cc_erase(fld_window, fld_row, fld_col, y, x); in fld_kill()
H A Dwdelch.c80 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1); in wdelch()
H A Dwinsdel.c88 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1); in winsdelln()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c109 (void) __m_cc_erase(ns, ny, nx, ny, nx);
110 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1);
122 (void) __m_cc_erase(ns, ny, 0, ny, 0);
137 (void) __m_cc_erase(
H A Dcopywin.c118 __m_cc_erase(t, tminr, tminc, tminr, tminc);
119 __m_cc_erase(t, tminr, tmaxc, tminr, tmaxc);
H A Dwins_wch.c86 (void) __m_cc_erase(w, y, x, y, w->_maxx-1);
128 if (__m_cc_erase(w, y, x, y, w->_maxx-1) == -1)
H A Dm_cc.c527 (void) __m_cc_erase(w, y, x, y, w->_maxx-1);
537 (void) __m_cc_erase(w, y, x, y, x + width - 1);
623 if (__m_cc_erase(w, y, x, y, nx-1) == -1)
633 if (__m_cc_erase(w, y, x, y, w->_maxx-1) == -1)
677 __m_cc_erase(w, y, x, ly, lx) in __m_cc_erase() function
H A Dclrbot.c62 value = __m_cc_erase( in clrtobot()
H A Dclreol.c62 value = __m_cc_erase( in clrtoeol()
H A Dwclrbot.c61 if (__m_cc_erase(w, w->_cury, x, w->_maxy-1, w->_maxx-1) != 0)
H A Dwclreol.c61 if (__m_cc_erase(w, w->_cury, x, w->_cury, w->_maxx-1) != 0)
H A Dwclear.c80 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1);
H A Dwgetn_ws.c237 (void) __m_cc_erase(fld_window, y, x, y, x); in fld_erase()
251 (void) __m_cc_erase(fld_window, fld_row, fld_col, y, x); in fld_kill()
H A Dwdelch.c81 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1);
H A Dwscrl.c80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
H A Dwinsdel.c93 (void) __m_cc_erase(w, row, 0, row + abs(n), w->_maxx-1);

12