/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 81 (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 D | wins_wch.c | 72 (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 D | wrefresh.c | 127 (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 D | wclrbot.c | 61 if (__m_cc_erase(w, w->_cury, x, w->_maxy-1, w->_maxx-1) != 0) in wclrtobot()
|
H A D | clreol.c | 61 value = __m_cc_erase(stdscr, in clrtoeol()
|
H A D | clrbot.c | 61 value = __m_cc_erase(stdscr, in clrtobot()
|
H A D | wclreol.c | 59 if (__m_cc_erase(w, w->_cury, x, w->_cury, w->_maxx-1) != 0) in wclrtoeol()
|
H A D | m_cc.c | 533 (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 D | wclear.c | 77 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1); in werase()
|
H A D | wgetn_ws.c | 261 (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 D | wdelch.c | 80 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1); in wdelch()
|
H A D | winsdel.c | 88 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1); in winsdelln()
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wrefresh.c | 109 (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 D | copywin.c | 118 __m_cc_erase(t, tminr, tminc, tminr, tminc); 119 __m_cc_erase(t, tminr, tmaxc, tminr, tmaxc);
|
H A D | wins_wch.c | 86 (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 D | m_cc.c | 527 (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 D | clrbot.c | 62 value = __m_cc_erase( in clrtobot()
|
H A D | clreol.c | 62 value = __m_cc_erase( in clrtoeol()
|
H A D | wclrbot.c | 61 if (__m_cc_erase(w, w->_cury, x, w->_maxy-1, w->_maxx-1) != 0)
|
H A D | wclreol.c | 61 if (__m_cc_erase(w, w->_cury, x, w->_cury, w->_maxx-1) != 0)
|
H A D | wclear.c | 80 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1);
|
H A D | wgetn_ws.c | 237 (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 D | wdelch.c | 81 (void) __m_cc_erase(w, y, w->_maxx - width, y, w->_maxx - 1);
|
H A D | wscrl.c | 80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
|
H A D | winsdel.c | 93 (void) __m_cc_erase(w, row, 0, row + abs(n), w->_maxx-1);
|