Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/ucblib/libcurses/
H A Daddch.c51 win->_lastch[y]); in waddch()
71 win->_lastch[y]); in waddch()
106 win->_firstch[y] = win->_lastch[y] = (short)x; in set_ch()
109 else if (x > win->_lastch[y]) in set_ch()
110 win->_lastch[y] = (short)x; in set_ch()
113 win->_firstch[y], win->_lastch[y], in set_ch()
115 win->_lastch[y] - win->_ch_off); in set_ch()
H A Dtouchwin.c53 win->_firstch[y], win->_lastch[y]); in touchline()
59 win->_lastch[y] = (short)ex; in touchline()
63 if (win->_lastch[y] < ex) in touchline()
64 win->_lastch[y] = (short)ex; in touchline()
68 win->_firstch[y], win->_lastch[y]); in touchline()
H A Dnewwin.c61 if ((win->_lastch = SMALLOC(nl * sizeof (win->_lastch[0]))) == NULL) { in newwin()
70 win->_lastch[i] = _NOCHANGE; in newwin()
77 free(win->_lastch); in newwin()
142 win->_lastch = &orig->_lastch[j]; in _set_subwin_()
H A Drefresh.c97 win->_lastch[wy]); in wrefresh()
106 if (win->_lastch[wy] < win->_maxx + in wrefresh()
108 win->_lastch[wy] = win->_ch_off; in wrefresh()
109 if (win->_lastch[wy] < win->_firstch[wy]) in wrefresh()
114 win->_lastch[wy]); in wrefresh()
163 lch = win->_lastch[wy] - win->_ch_off; in makech()
H A Ddelwin.c43 free(win->_lastch); in delwin()
H A Dclrtoeol.c57 win->_lastch[y]); in wclrtoeol()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbaddch.c69 if ((x = (int)(ep - wcp) - 1) > win->_lastch[y]) in _mbclrch()
71 win->_lastch[y] = (short)x; in _mbclrch()
242 if (x > win->_lastch[y]) in _mbaddch()
244 win->_lastch[y] = (short)x; in _mbaddch()
H A Dwhline.c62 if ((curx += (num_chars - 1)) > win->_lastch[cury]) in whline()
63 win->_lastch[cury] = curx; in whline()
H A Dwsyncdown.c63 wech = win->_lastch; in wsyncdown()
65 pech = par->_lastch + py; in wsyncdown()
H A Dwsyncup.c60 wech = win->_lastch; in wsyncup()
62 pech = par->_lastch+ py; in wsyncup()
H A Dwaddch.c142 if (x > win->_lastch[y]) in waddch()
143 win->_lastch[y] = x; in waddch()
189 win->_firstch[y], win->_lastch[y]); in waddch()
H A Dwaddwchnstr.c117 if (my_maxx > win->_lastch[my_y]) in waddwchnstr()
118 win->_lastch[my_y] = my_maxx; in waddwchnstr()
H A Dmakenew.c88 win->_lastch = win->_firstch + nlines; in _makenew()
113 short *lastch = win->_lastch, in _makenew()
H A Dwaddnstr.c121 if (curx > win->_lastch[cury]) in waddnstr()
122 win->_lastch[cury] = curx; in waddnstr()
H A Dwclrtoeol.c133 win->_firstch[y], win->_lastch[y], win->_firstch[y+1]); in wclrtoeol()
139 win->_lastch[y] = maxx - 1; in wclrtoeol()
H A Dcopywin.c162 if (maxColDst > Dstwin->_lastch[yDst]) in copywin()
164 Dstwin->_lastch[yDst] = (short)maxColDst; in copywin()
H A Dwnoutref.c108 ech = win->_lastch; in wnoutrefresh()
113 sech = _virtscr->_lastch + yorg; in wnoutrefresh()
H A Dwtouchln.c68 lastch = win->_lastch + y; in wtouchln()
H A Dwvline.c51 short *lastch = &(win->_lastch[cury]); in wvline()
H A Dmvderwin.c83 endch = win->_lastch; in mvderwin()
H A Dwrefresh.c209 ensch = _virtscr->_lastch + wy; in wrefresh()
379 if (!redraw && (_virtscr->_lastch[wy] == _BLANK) && (begns >= scrco)) in _updateln()
392 lastx = _virtscr->_lastch[wy] == _BLANK ? scrco : in _updateln()
393 _virtscr->_lastch[wy] + 1; in _updateln()
431 if (_virtscr->_lastch[wy] == _BLANK) in _updateln()
1156 endch = _virtscr->_lastch + wy; in _getceod()
H A Dgetwin.c79 win->_lastch = save_fch + maxy; in getwin()
H A Dmbinsshift.c97 win->_lastch[y] = maxx - 1; in _mbinsshift()
H A Dquick_echo.c72 win->_lastch[y] = -1; in _quick_echo()
H A Dwdelch.c98 win->_lastch[cury] = win->_maxx - 1; in wdelch()

12