Home
last modified time | relevance | path

Searched refs:_last (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c99 if (w->_last[wy] <= w->_first[wy]) in wnoutrefresh()
104 dx = w->_last[wy] - wx; in wnoutrefresh()
118 if (ns->_last[ny] < (nx + dx)) in wnoutrefresh()
119 ns->_last[ny] = (short) (nx + dx); in wnoutrefresh()
159 w->_last[wy] = -1; in wnoutrefresh()
H A Dwsyncdn.c60 if (0 <= p->_last[py]) { in syncdown()
62 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
H A Dwsyncup.c68 if (0 <= w->_last[y]) { in wsyncup()
70 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
H A Dtouched.c60 return (0 <= w->_last[y]); in is_linetouched()
71 if ((value = (0 <= w->_last[y])) != 0) in is_wintouched()
H A Dwchgat.c76 if (w->_last[w->_cury] < x) in wchgat()
77 w->_last[w->_cury] = x; in wchgat()
H A Dm_cc.c149 if (lastCol > w->_last[row]) in __m_touch_locs()
150 w->_last[row] = (short)lastCol; in __m_touch_locs()
786 if (w->_last[y] < x) in __m_cc_erase_in_line()
787 w->_last[y] = (short)x; in __m_cc_erase_in_line()
843 if (pmax > parent->_last[parentY]) in __m_cc_erase_in_line_sub()
844 parent->_last[parentY] = (short)pmax; in __m_cc_erase_in_line_sub()
848 if (wmax > w->_last[y]) in __m_cc_erase_in_line_sub()
849 w->_last[y] = (short)wmax; in __m_cc_erase_in_line_sub()
H A Dwredraw.c56 w->_last[y] = w->_maxx; in wredrawln()
H A Dwtouchln.c65 w->_last[y] = (short) last; in wtouchln()
H A Dwdelch.c85 w->_last[y] = w->_maxx; in wdelch()
H A Ddoupdate.c943 if (newscr->_first[i] < newscr->_last[i]) { in complex()
992 newscr->_last[i] = -1; in complex()
1010 if (newscr->_first[row] < newscr->_last[row]) { in simple()
1015 newscr->_last[row] = -1; in simple()
1106 if (0 <= newscr->_last[y]) { in doupdate()
H A Dwbkgrnd.c100 w->_last[y] = x; in wbkgrnd()
H A Dwins_wch.c85 w->_last[y] = w->_maxx; in __m_cc_ins()
H A Dnewwin.c136 w->_last = &w->_first[nlines]; in __m_newwin()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwsyncdn.c57 if (0 <= p->_last[py]) { in syncdown()
59 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
H A Dwsyncup.c73 if (0 <= w->_last[y]) { in wsyncup()
75 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
H A Dtouched.c61 return __m_return_int("is_linetouched", 0 <= w->_last[y]);
75 if ((value = 0 <= w->_last[y]))
H A Dwrefresh.c98 if (w->_last[wy] <= w->_first[wy])
103 dx = w->_last[wy] - wx;
153 w->_last[wy] = -1;
H A Dwredraw.c59 w->_last[y] = w->_maxx;
H A Dwtouchln.c65 w->_last[y] = last;
H A Ddoupdate.c254 last = newscr->_last[row];
812 if (newscr->_first[i] < newscr->_last[i]) { in complex()
861 newscr->_last[i] = -1; in complex()
879 if (newscr->_first[row] < newscr->_last[row]) { in simple()
884 newscr->_last[row] = -1; in simple()
H A Dwbkgrnd.c90 w->_last[y] = x;
H A Dwdelch.c86 w->_last[y] = w->_maxx;
H A Dm_cc.c722 if (w->_last[y] < x)
723 w->_last[y] = (short) x;
739 if (w->_last[y] < x)
740 w->_last[y] = (short) x;
H A Dwins_wch.c79 w->_last[y] = w->_maxx;
H A Dnewwin.c128 w->_last = &w->_first[nlines];

12