Searched refs:_line (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwdelch.c70 width = __m_cc_width(&w->_line[y][x]);
73 (void) memcpy(&w->_line[y][x], &w->_line[y][next],
74 (w->_maxx - next) * sizeof (**w->_line));
H A Dwin_wch.c52 *cc = w->_line[w->_cury][w->_curx];
H A Dwinch.c54 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
H A Dwscrl.c76 if (!w->_line[row+n][0]._f) {
90 save = w->_line[row + n][first];
93 w->_line[row + n][first] = save;
94 (void) memcpy(w->_line[row],
95 w->_line[row + n],
110 * either the top or bottom of _line[].
126 (void) __m_ptr_move((void **) w->_line, w->_maxy,
H A Dwinnstr.c64 (void) __m_cc_mbs(&w->_line[y][x], mbs, n);
71 if (__m_cc_mbs(&w->_line[y][x], NULL, 0) < 0)
H A Ddupwin.c83 * correct order, because the pointers in _line[] may have
88 (void) memcpy(v->_line[i], w->_line[i],
89 v->_maxx * sizeof (**v->_line));
H A Dnewwin.c138 w->_line = (cchar_t **) calloc((size_t) nlines, sizeof (*w->_line));
139 if (w->_line == NULL)
151 w->_line[0] = w->_base;
154 w->_line[y] = &w->_line[y-1][ncols];
156 w->_line[y][x] = w->_bg;
172 w->_line[y] = &parent->_line[dy++][dx];
250 if (w->_line !
[all...]
H A Dgetwin.c137 at = w->_line[y][x]._at;
138 co = w->_line[y][x]._co;
141 (void) __m_cc_mbs(&w->_line[y][x], mbs, len);
148 if (w->_line[y][i]._at != at || w->_line[y][i]._co != co)
150 (void) __m_cc_mbs(&w->_line[y][i], mbs, 0);
H A Dendwin.c78 curscr->_line[curscr->_maxx-1][0]._at
H A Dwin_wchn.c60 *ccs = w->_line[w->_cury][x];
H A Dwinchn.c57 for (cp = w->_line[w->_cury], x = w->_curx; x < eol; ++x, ++chs) {
H A Dwins_wch.c75 (void) memmove(&w->_line[y][x + width], &w->_line[y][x],
76 (w->_maxx - x - width) * sizeof (**w->_line));
92 if (w->_maxx < x + __m_cc_width(&w->_line[y][x]))
H A Dwrefresh.c111 (void) memcpy(&ns->_line[ny][nx], &w->_line[wy][wx],
112 dx * sizeof (**w->_line));
121 if (!ns->_line[ny][nx]._f) {
H A Dmvwin.c83 w->_line[i] = &parent->_line[dy++][dx];
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwinnstr.c65 (void) __m_cc_mbs(&w->_line[y][x], mbs, n);
72 if (__m_cc_mbs(&w->_line[y][x], (char *) 0, 0) < 0)
H A Dwdelch.c70 width = __m_cc_width(&w->_line[y][x]);
74 &w->_line[y][x], &w->_line[y][next],
75 (w->_maxx - next) * sizeof **w->_line
H A Dwin_wch.c55 *cc = w->_line[w->_cury][w->_curx];
H A Dwinch.c56 ch = __m_cc_chtype(&w->_line[w->_cury][w->_curx]);
H A Ddupwin.c87 * correct order, because the pointers in _line[] may have
93 v->_line[i], w->_line[i],
94 v->_maxx * sizeof **v->_line
H A Dnewwin.c130 w->_line = (cchar_t **) calloc((size_t) nlines, sizeof *w->_line);
131 if (w->_line == (cchar_t **) 0)
149 w->_line[y = 0] = w->_base;
152 w->_line[y][x] = w->_bg;
153 w->_line[y+1] = &w->_line[y][x];
167 w->_line[y] = &parent->_line[dy++][dx];
237 if (w->_line !
[all...]
H A Dgetwin.c144 at = w->_line[y][x]._at;
145 co = w->_line[y][x]._co;
148 (void) __m_cc_mbs(&w->_line[y][x], mbs, len);
155 if (w->_line[y][i]._at != at || w->_line[y][i]._co != co)
157 (void) __m_cc_mbs(&w->_line[y][i], mbs, 0);
H A Dendwin.c76 curscr->_line[curscr->_maxx-1][0]._at
H A Dwrefresh.c113 &ns->_line[ny][nx], &w->_line[wy][wx],
114 dx * sizeof **w->_line
117 if (!ns->_line[ny][nx]._f) {
H A Dmvwin.c85 w->_line[i] = &parent->_line[dy++][dx];
H A Dwinsdel.c75 (void **) w->_line, w->_maxy,
84 (void **) w->_line, w->_maxy,

Completed in 975 milliseconds

123