Searched refs:newscr (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c60 newscr->_clear = TRUE;
65 * refreshes because the flag is copied from stdscr to newscr).
104 newscr->_nc_bkgd = win->_nc_bkgd;
105 WINDOW_ATTRS(newscr) = WINDOW_ATTRS(win);
113 * from the window to newscr whenever the window is wide enough that
115 * band of newscr that it occupies. Unfortunately, this threshold
119 * either (a) occupies the whole width of newscr, or (b) occupies
125 wide = (begx <= 1 && win->_maxx >= (newscr->_maxx - 1));
140 if (limit_x > newscr->_maxx - begx)
141 limit_x = newscr
[all...]
H A Dlib_pad.c184 * from the pad to newscr whenever the window is wide enough that
186 * band of newscr that it occupies. Unfortunately, this threshold
190 * either (a) occupies the whole width of newscr, or (b) occupies
197 wide = (smincol < my_len && smaxcol > (newscr->_maxx - my_len));
201 i <= pmaxrow && m <= newscr->_maxy;
203 register struct ldat *nline = &newscr->_line[m];
234 int k = newscr->_maxx - j;
269 newscr->_clear = TRUE;
281 newscr->_cury = win->_cury - pminrow + win->_begy + win->_yoffset;
282 newscr
[all...]
H A Dlib_screen.c154 delwin(newscr);
157 newscr = SP->_newscr;
175 (void) putwin(newscr, fp);
213 delwin(newscr);
216 newscr = SP->_newscr;
H A Dlib_set_term.c67 newscr = newSP->_newscr;
76 newscr = 0;
190 newscr = 0;
536 T(("creating newscr"));
545 newscr = SP->_newscr;
552 newscr->_clear = TRUE;
H A Dlib_newwin.c71 } else if (window_is(newscr)) {
72 remove_window(newscr);
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c62 NCURSES_PUBLIC_VAR(newscr) (void) function
69 NCURSES_EXPORT_VAR(WINDOW *) newscr = 0;
/freebsd-10.1-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c386 InsStr(newscr->_line[screen_lines - 1].text + screen_columns - 2, 1);
632 || newscr == 0)
641 _tracedump("newscr", newscr);
701 NCURSES_CH_T *thisline = newscr->_line[i].text;
750 attr_t testattr = AttrOf(newscr->_line[m].text[n]);
767 NCURSES_CH_T *lastline = newscr->_line[m].text;
811 attr_t testattr = AttrOf(newscr->_line[p].text[q]);
814 RemAttr(newscr->_line[p].text[q], turnon);
840 _tracedump("newscr", newsc
[all...]
H A Dhardscroll.c48 old screen (curscr) into a new screen (newscr) via vertical line moves.
177 # define OLDNUM(n) newscr->_line[n].oldindex
186 /* scroll optimization to transform curscr to newscr */
H A Dhashmap.c95 # define NEWTEXT(m) newscr->_line[m].text
97 # define PENDING(n) (newscr->_line[n].firstchar != _NOCHANGE)
/freebsd-10.1-release/contrib/ncurses/include/
H A Dcurses.h.in916 #define getsyx(y,x) do { if (newscr) { \
917 if (is_leaveok(newscr)) \
920 getyx(newscr,(y), (x)); \
924 #define setsyx(y,x) do { if (newscr) { \
926 leaveok(newscr, TRUE); \
928 leaveok(newscr, FALSE); \
929 wmove(newscr, (y), (x)); \
1179 NCURSES_WRAPPED_VAR(WINDOW *, newscr);
1190 #define newscr NCURSES_PUBLIC_VAR(newscr())
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2448 #undef newscr
2449 WINDOW *newscr;
H A Dllib-lncursesw3194 #undef newscr
3195 WINDOW *newscr;

Completed in 119 milliseconds