Home
last modified time | relevance | path

Searched refs:_first (Results 1 – 25 of 30) 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()
100 wx = w->_first[wy]; in wnoutrefresh()
113 if (ns->_first[ny] > nx) in wnoutrefresh()
114 ns->_first[ny] = (short) nx; in wnoutrefresh()
156 w->_first[wy] = w->_maxx; in wnoutrefresh()
H A Dnewwin.c129 w->_first = (short *) calloc((size_t) (nlines + nlines), in __m_newwin()
130 sizeof (*w->_first)); in __m_newwin()
131 if (w->_first == NULL) in __m_newwin()
134 w->_last = &w->_first[nlines]; in __m_newwin()
255 if (w->_first != NULL) in delwin()
256 free(w->_first); in delwin()
H A Ddupwin.c75 (void) memcpy(v->_first, w->_first, in dupwin()
76 (v->_maxy + v->_maxy) * sizeof (*v->_first)); in dupwin()
H A Dwsyncdn.c59 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
H A Dwchgat.c72 if (w->_curx < w->_first[w->_cury]) in wchgat()
73 w->_first[w->_cury] = w->_curx; in wchgat()
H A Dwdelch.c81 if (x < w->_first[y]) in wdelch()
82 w->_first[y] = (short) x; in wdelch()
H A Dwsyncup.c67 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
H A Dm_cc.c145 if (firstCol < w->_first[row]) in __m_touch_locs()
146 w->_first[row] = (short)firstCol; in __m_touch_locs()
772 if (x < w->_first[y]) in __m_cc_erase_in_line()
773 w->_first[y] = (short)x; in __m_cc_erase_in_line()
839 if (pmin < parent->_first[parentY]) in __m_cc_erase_in_line_sub()
840 parent->_first[parentY] = (short)pmin; in __m_cc_erase_in_line_sub()
844 if (wmin < w->_first[y]) in __m_cc_erase_in_line_sub()
845 w->_first[y] = (short)wmin; in __m_cc_erase_in_line_sub()
H A Dscr_dump.c93 free(w->_first); in scr_replace()
105 new->_first = NULL; in scr_replace()
H A Dwins_wch.c81 if (x < w->_first[y]) in __m_cc_ins()
82 w->_first[y] = (short) x; in __m_cc_ins()
H A Dwredraw.c53 w->_first[y] = 0; in wredrawln()
H A Dwtouchln.c62 w->_first[y] = (short) first; in wtouchln()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddupwin.c79 v->_first, w->_first,
80 (v->_maxy + v->_maxy) * sizeof *v->_first
H A Dnewwin.c120 w->_first = (short *) calloc(
121 (size_t) (nlines + nlines), sizeof *w->_first
123 if (w->_first == (short *) 0)
126 w->_last = &w->_first[nlines];
242 if (w->_first != (short *) 0)
243 free(w->_first);
H A Dwrefresh.c96 if (w->_last[wy] <= w->_first[wy])
99 wx = w->_first[wy];
150 w->_first[wy] = w->_maxx;
H A Dwsyncdn.c56 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
H A Dwdelch.c82 if (x < w->_first[y])
83 w->_first[y] = x;
H A Dwsyncup.c72 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
H A Dscr_dump.c95 free(w->_first);
106 new->_first = (short *) 0;
H A Dwins_wch.c75 if (x < w->_first[y])
76 w->_first[y] = x;
H A Dwredraw.c56 w->_first[y] = 0;
H A Ddoupdate.c250 col = newscr->_first[row];
812 if (newscr->_first[i] < newscr->_last[i]) { in complex()
860 newscr->_first[i] = newscr->_maxx; in complex()
879 if (newscr->_first[row] < newscr->_last[row]) { in simple()
883 newscr->_first[row] = newscr->_maxx; in simple()
H A Dwtouchln.c62 w->_first[y] = first;
H A Dm_cc.c707 if (x < w->_first[y])
708 w->_first[y] = (short) x;
724 if (x < w->_first[y])
725 w->_first[y] = (short) x;
H A Dwbkgrnd.c87 w->_first[y] = 0;

12