/titanic_44/usr/src/ucblib/libcurses/ |
H A D | addch.c | 53 win->_lastch[y]); in waddch() 73 win->_lastch[y]); in waddch() 108 win->_firstch[y] = win->_lastch[y] = (short)x; in set_ch() 111 else if (x > win->_lastch[y]) in set_ch() 112 win->_lastch[y] = (short)x; in set_ch() 115 win->_firstch[y], win->_lastch[y], in set_ch() 117 win->_lastch[y] - win->_ch_off); in set_ch()
|
H A D | touchwin.c | 55 win->_firstch[y], win->_lastch[y]); in touchline() 61 win->_lastch[y] = (short)ex; in touchline() 65 if (win->_lastch[y] < ex) in touchline() 66 win->_lastch[y] = (short)ex; in touchline() 70 win->_firstch[y], win->_lastch[y]); in touchline()
|
H A D | newwin.c | 63 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) { in newwin() 72 win->_lastch[i] = _NOCHANGE; in newwin() 79 free(win->_lastch); in newwin() 144 win->_lastch = &orig->_lastch[j]; in _set_subwin_()
|
H A D | refresh.c | 99 win->_lastch[wy]); in wrefresh() 108 if (win->_lastch[wy] < win->_maxx + in wrefresh() 110 win->_lastch[wy] = win->_ch_off; in wrefresh() 111 if (win->_lastch[wy] < win->_firstch[wy]) in wrefresh() 116 win->_lastch[wy]); in wrefresh() 165 lch = win->_lastch[wy] - win->_ch_off; in makech()
|
H A D | delwin.c | 45 free(win->_lastch); in delwin()
|
H A D | clrtoeol.c | 59 win->_lastch[y]); in wclrtoeol()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | mbaddch.c | 71 if ((x = (int)(ep - wcp) - 1) > win->_lastch[y]) in _mbclrch() 73 win->_lastch[y] = (short)x; in _mbclrch() 244 if (x > win->_lastch[y]) in _mbaddch() 246 win->_lastch[y] = (short)x; in _mbaddch()
|
H A D | whline.c | 64 if ((curx += (num_chars - 1)) > win->_lastch[cury]) in whline() 65 win->_lastch[cury] = curx; in whline()
|
H A D | wsyncdown.c | 65 wech = win->_lastch; in wsyncdown() 67 pech = par->_lastch + py; in wsyncdown()
|
H A D | wsyncup.c | 62 wech = win->_lastch; in wsyncup() 64 pech = par->_lastch+ py; in wsyncup()
|
H A D | waddch.c | 143 if (x > win->_lastch[y]) in waddch() 144 win->_lastch[y] = x; in waddch() 187 win->_firstch[y], win->_lastch[y]); in waddch()
|
H A D | waddwchnstr.c | 119 if (my_maxx > win->_lastch[my_y]) in waddwchnstr() 120 win->_lastch[my_y] = my_maxx; in waddwchnstr()
|
H A D | makenew.c | 90 win->_lastch = win->_firstch + nlines; in _makenew() 115 short *lastch = win->_lastch, in _makenew()
|
H A D | waddnstr.c | 123 if (curx > win->_lastch[cury]) in waddnstr() 124 win->_lastch[cury] = curx; in waddnstr()
|
H A D | wclrtoeol.c | 135 win->_firstch[y], win->_lastch[y], win->_firstch[y+1]); in wclrtoeol() 141 win->_lastch[y] = maxx - 1; in wclrtoeol()
|
H A D | copywin.c | 164 if (maxColDst > Dstwin->_lastch[yDst]) in copywin() 166 Dstwin->_lastch[yDst] = (short)maxColDst; in copywin()
|
H A D | wnoutref.c | 110 ech = win->_lastch; in wnoutrefresh() 115 sech = _virtscr->_lastch + yorg; in wnoutrefresh()
|
H A D | wtouchln.c | 70 lastch = win->_lastch + y; in wtouchln()
|
H A D | wvline.c | 53 short *lastch = &(win->_lastch[cury]); in wvline()
|
H A D | mvderwin.c | 85 endch = win->_lastch; in mvderwin()
|
H A D | getwin.c | 81 win->_lastch = save_fch + maxy; in getwin()
|
H A D | mbinsshift.c | 99 win->_lastch[y] = maxx - 1; in _mbinsshift()
|
H A D | quick_echo.c | 74 win->_lastch[y] = -1; in _quick_echo()
|
H A D | wdelch.c | 100 win->_lastch[cury] = win->_maxx - 1; in wdelch()
|
H A D | wrefresh.c | 211 ensch = _virtscr->_lastch + wy; in wrefresh() 382 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln() 395 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln() 396 _virtscr->_lastch[wy] + 1; in _updateln() 434 if (_virtscr->_lastch[wy] == _BLANK) in _updateln() 1153 endch = _virtscr->_lastch + wy; in _getceod()
|