Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c97 if (w->_last[wy] <= w->_first[wy]) in wnoutrefresh()
102 dx = w->_last[wy] - wx; in wnoutrefresh()
116 if (ns->_last[ny] < (nx + dx)) in wnoutrefresh()
117 ns->_last[ny] = (short) (nx + dx); in wnoutrefresh()
157 w->_last[wy] = -1; in wnoutrefresh()
H A Dwsyncdn.c58 if (0 <= p->_last[py]) { in syncdown()
60 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
H A Dwsyncup.c66 if (0 <= w->_last[y]) { in wsyncup()
68 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
H A Dtouched.c58 return (0 <= w->_last[y]); in is_linetouched()
69 if ((value = (0 <= w->_last[y])) != 0) in is_wintouched()
H A Dwchgat.c74 if (w->_last[w->_cury] < x) in wchgat()
75 w->_last[w->_cury] = x; in wchgat()
H A Dm_cc.c147 if (lastCol > w->_last[row]) in __m_touch_locs()
148 w->_last[row] = (short)lastCol; in __m_touch_locs()
784 if (w->_last[y] < x) in __m_cc_erase_in_line()
785 w->_last[y] = (short)x; in __m_cc_erase_in_line()
841 if (pmax > parent->_last[parentY]) in __m_cc_erase_in_line_sub()
842 parent->_last[parentY] = (short)pmax; in __m_cc_erase_in_line_sub()
846 if (wmax > w->_last[y]) in __m_cc_erase_in_line_sub()
847 w->_last[y] = (short)wmax; in __m_cc_erase_in_line_sub()
H A Dwredraw.c54 w->_last[y] = w->_maxx; in wredrawln()
H A Dwtouchln.c63 w->_last[y] = (short) last; in wtouchln()
H A Ddoupdate.c941 if (newscr->_first[i] < newscr->_last[i]) { in complex()
990 newscr->_last[i] = -1; in complex()
1008 if (newscr->_first[row] < newscr->_last[row]) { in simple()
1013 newscr->_last[row] = -1; in simple()
1104 if (0 <= newscr->_last[y]) { in doupdate()
H A Dwdelch.c83 w->_last[y] = w->_maxx; in wdelch()
H A Dwbkgrnd.c98 w->_last[y] = x; in wbkgrnd()
H A Dwins_wch.c83 w->_last[y] = w->_maxx; in __m_cc_ins()
H A Dnewwin.c134 w->_last = &w->_first[nlines]; in __m_newwin()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwsyncdn.c55 if (0 <= p->_last[py]) { in syncdown()
57 w->_last[y] = p->_last[py] - w->_begx; in syncdown()
H A Dwsyncup.c71 if (0 <= w->_last[y]) { in wsyncup()
73 p->_last[py] = w->_begx + w->_last[y]; in wsyncup()
H A Dtouched.c59 return __m_return_int("is_linetouched", 0 <= w->_last[y]);
73 if ((value = 0 <= w->_last[y]))
H A Dwrefresh.c96 if (w->_last[wy] <= w->_first[wy])
101 dx = w->_last[wy] - wx;
151 w->_last[wy] = -1;
H A Dwredraw.c57 w->_last[y] = w->_maxx;
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 Dwtouchln.c63 w->_last[y] = last;
H A Dm_cc.c720 if (w->_last[y] < x)
721 w->_last[y] = (short) x;
737 if (w->_last[y] < x)
738 w->_last[y] = (short) x;
H A Dwbkgrnd.c88 w->_last[y] = x;
H A Dwdelch.c84 w->_last[y] = w->_maxx;
H A Dwins_wch.c77 w->_last[y] = w->_maxx;
H A Dnewwin.c126 w->_last = &w->_first[nlines];

12