Searched refs:_first (Results 1 – 25 of 30) sorted by relevance
12
99 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()
77 (void) memcpy(v->_first, w->_first, in dupwin()78 (v->_maxy + v->_maxy) * sizeof (*v->_first)); in dupwin()
131 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()
61 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
74 if (w->_curx < w->_first[w->_cury]) in wchgat()75 w->_first[w->_cury] = w->_curx; in wchgat()
83 if (x < w->_first[y]) in wdelch()84 w->_first[y] = (short) x; in wdelch()
69 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
95 free(w->_first); in scr_replace()107 new->_first = NULL; in scr_replace()
147 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()
83 if (x < w->_first[y]) in __m_cc_ins()84 w->_first[y] = (short) x; in __m_cc_ins()
55 w->_first[y] = 0; in wredrawln()
64 w->_first[y] = (short) first; in wtouchln()
81 v->_first, w->_first,82 (v->_maxy + v->_maxy) * sizeof *v->_first
122 w->_first = (short *) calloc(123 (size_t) (nlines + nlines), sizeof *w->_first125 if (w->_first == (short *) 0)128 w->_last = &w->_first[nlines];244 if (w->_first != (short *) 0)245 free(w->_first);
58 w->_first[y] = p->_first[py] - w->_begx; in syncdown()
98 if (w->_last[wy] <= w->_first[wy])101 wx = w->_first[wy];152 w->_first[wy] = w->_maxx;
84 if (x < w->_first[y])85 w->_first[y] = x;
74 p->_first[py] = w->_begx + w->_first[y]; in wsyncup()
97 free(w->_first);108 new->_first = (short *) 0;
77 if (x < w->_first[y])78 w->_first[y] = x;
58 w->_first[y] = 0;
64 w->_first[y] = first;
250 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()
89 w->_first[y] = 0;
709 if (x < w->_first[y])710 w->_first[y] = (short) x;726 if (x < w->_first[y])727 w->_first[y] = (short) x;