Home
last modified time | relevance | path

Searched refs:_first (Results 1 – 25 of 30) sorted by relevance

12

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c99 if (w->_last[wy] <= w->_first[wy]) in wnoutrefresh()
102 wx = w->_first[wy]; in wnoutrefresh()
115 if (ns->_first[ny] > nx) in wnoutrefresh()
116 ns->_first[ny] = (short) nx; in wnoutrefresh()
158 w->_first[wy] = w->_maxx; in wnoutrefresh()
H A Ddupwin.c77 (void) memcpy(v->_first, w->_first, in dupwin()
78 (v->_maxy + v->_maxy) * sizeof (*v->_first)); in dupwin()
H A Dnewwin.c131 w->_first = (short *) calloc((size_t) (nlines + nlines), in __m_newwin()
132 sizeof (*w->_first)); in __m_newwin()
133 if (w->_first == NULL) in __m_newwin()
136 w->_last = &w->_first[nlines]; in __m_newwin()
257 if (w->_first != NULL) in delwin()
258 free(w->_first); in delwin()
H A Dwsyncdn.c61 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
H A Dwchgat.c74 if (w->_curx < w->_first[w->_cury]) in wchgat()
75 w->_first[w->_cury] = w->_curx; in wchgat()
H A Dwdelch.c83 if (x < w->_first[y]) in wdelch()
84 w->_first[y] = (short) x; in wdelch()
H A Dwsyncup.c69 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
H A Dscr_dump.c95 free(w->_first); in scr_replace()
107 new->_first = NULL; in scr_replace()
H A Dm_cc.c147 if (firstCol < w->_first[row]) in __m_touch_locs()
148 w->_first[row] = (short)firstCol; in __m_touch_locs()
774 if (x < w->_first[y]) in __m_cc_erase_in_line()
775 w->_first[y] = (short)x; in __m_cc_erase_in_line()
841 if (pmin < parent->_first[parentY]) in __m_cc_erase_in_line_sub()
842 parent->_first[parentY] = (short)pmin; in __m_cc_erase_in_line_sub()
846 if (wmin < w->_first[y]) in __m_cc_erase_in_line_sub()
847 w->_first[y] = (short)wmin; in __m_cc_erase_in_line_sub()
H A Dwins_wch.c83 if (x < w->_first[y]) in __m_cc_ins()
84 w->_first[y] = (short) x; in __m_cc_ins()
H A Dwredraw.c55 w->_first[y] = 0; in wredrawln()
H A Dwtouchln.c64 w->_first[y] = (short) first; in wtouchln()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddupwin.c81 v->_first, w->_first,
82 (v->_maxy + v->_maxy) * sizeof *v->_first
H A Dnewwin.c122 w->_first = (short *) calloc(
123 (size_t) (nlines + nlines), sizeof *w->_first
125 if (w->_first == (short *) 0)
128 w->_last = &w->_first[nlines];
244 if (w->_first != (short *) 0)
245 free(w->_first);
H A Dwsyncdn.c58 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
H A Dwrefresh.c98 if (w->_last[wy] <= w->_first[wy])
101 wx = w->_first[wy];
152 w->_first[wy] = w->_maxx;
H A Dwdelch.c84 if (x < w->_first[y])
85 w->_first[y] = x;
H A Dwsyncup.c74 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
H A Dscr_dump.c97 free(w->_first);
108 new->_first = (short *) 0;
H A Dwins_wch.c77 if (x < w->_first[y])
78 w->_first[y] = x;
H A Dwredraw.c58 w->_first[y] = 0;
H A Dwtouchln.c64 w->_first[y] = first;
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 Dwbkgrnd.c89 w->_first[y] = 0;
H A Dm_cc.c709 if (x < w->_first[y])
710 w->_first[y] = (short) x;
726 if (x < w->_first[y])
727 w->_first[y] = (short) x;

12