Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/ucblib/libcurses/
H A Daddch.c53 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 Dtouchwin.c55 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 Dnewwin.c63 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 Drefresh.c99 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 Ddelwin.c45 free(win->_lastch); in delwin()
H A Dclrtoeol.c59 win->_lastch[y]); in wclrtoeol()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dmbaddch.c71 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 Dwhline.c64 if ((curx += (num_chars - 1)) > win->_lastch[cury]) in whline()
65 win->_lastch[cury] = curx; in whline()
H A Dwsyncdown.c65 wech = win->_lastch; in wsyncdown()
67 pech = par->_lastch + py; in wsyncdown()
H A Dwsyncup.c62 wech = win->_lastch; in wsyncup()
64 pech = par->_lastch+ py; in wsyncup()
H A Dwaddch.c143 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 Dwaddwchnstr.c119 if (my_maxx > win->_lastch[my_y]) in waddwchnstr()
120 win->_lastch[my_y] = my_maxx; in waddwchnstr()
H A Dmakenew.c90 win->_lastch = win->_firstch + nlines; in _makenew()
115 short *lastch = win->_lastch, in _makenew()
H A Dwaddnstr.c123 if (curx > win->_lastch[cury]) in waddnstr()
124 win->_lastch[cury] = curx; in waddnstr()
H A Dwclrtoeol.c135 win->_firstch[y], win->_lastch[y], win->_firstch[y+1]); in wclrtoeol()
141 win->_lastch[y] = maxx - 1; in wclrtoeol()
H A Dcopywin.c164 if (maxColDst > Dstwin->_lastch[yDst]) in copywin()
166 Dstwin->_lastch[yDst] = (short)maxColDst; in copywin()
H A Dwnoutref.c110 ech = win->_lastch; in wnoutrefresh()
115 sech = _virtscr->_lastch + yorg; in wnoutrefresh()
H A Dwtouchln.c70 lastch = win->_lastch + y; in wtouchln()
H A Dwvline.c53 short *lastch = &(win->_lastch[cury]); in wvline()
H A Dmvderwin.c85 endch = win->_lastch; in mvderwin()
H A Dgetwin.c81 win->_lastch = save_fch + maxy; in getwin()
H A Dmbinsshift.c99 win->_lastch[y] = maxx - 1; in _mbinsshift()
H A Dwdelch.c100 win->_lastch[cury] = win->_maxx - 1; in wdelch()
H A Dquick_echo.c74 win->_lastch[y] = -1; in _quick_echo()
H A Dwrefresh.c211 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()

12