Searched refs:_last (Results 1 – 25 of 28) sorted by relevance
12
99 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()
60 if (0 <= p->_last[py]) { in syncdown()62 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
68 if (0 <= w->_last[y]) { in wsyncup()70 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
60 return (0 <= w->_last[y]); in is_linetouched()71 if ((value = (0 <= w->_last[y])) != 0) in is_wintouched()
76 if (w->_last[w->_cury] < x) in wchgat()77 w->_last[w->_cury] = x; in wchgat()
149 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()
56 w->_last[y] = w->_maxx; in wredrawln()
65 w->_last[y] = (short) last; in wtouchln()
85 w->_last[y] = w->_maxx; in wdelch()
943 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()
100 w->_last[y] = x; in wbkgrnd()
85 w->_last[y] = w->_maxx; in __m_cc_ins()
136 w->_last = &w->_first[nlines]; in __m_newwin()
57 if (0 <= p->_last[py]) { in syncdown()59 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
73 if (0 <= w->_last[y]) { in wsyncup()75 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
61 return __m_return_int("is_linetouched", 0 <= w->_last[y]);75 if ((value = 0 <= w->_last[y]))
98 if (w->_last[wy] <= w->_first[wy])103 dx = w->_last[wy] - wx;153 w->_last[wy] = -1;
59 w->_last[y] = w->_maxx;
65 w->_last[y] = last;
254 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()
90 w->_last[y] = x;
86 w->_last[y] = w->_maxx;
722 if (w->_last[y] < x)723 w->_last[y] = (short) x;739 if (w->_last[y] < x)740 w->_last[y] = (short) x;
79 w->_last[y] = w->_maxx;
128 w->_last = &w->_first[nlines];