Searched refs:curscr (Results 1 – 22 of 22) sorted by relevance
| /NextBSD/contrib/ee/ |
| HD | new_curse.c | 86 WINDOW *curscr; variable 762 copy_window(curscr, local_cur); 765 delwin(curscr); 768 curscr = local_cur; 1014 curscr = newwin(LINES, COLS, 0, 0); in initscr() 2112 fprintf(stderr, "columns=%d, lines=%d \n",curscr->Num_cols, curscr->Num_lines); 2113 …for (value = 0, temp = curscr->first_line; value < curscr->Num_lines; value++, temp = temp->next_s… 2817 delwin(curscr); in endwin() 2981 for (i = 0, tmp = curscr->first_line; i < window->SR; i++) 2984 curscr->first_line = curscr->first_line->next_screen; [all …]
|
| HD | new_curse.h | 182 extern WINDOW *curscr;
|
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | lib_newwin.c | 67 if (window_is(curscr)) { in remove_window_from_screen() 68 remove_window(curscr); in remove_window_from_screen() 77 if (window_is(curscr)) { in remove_window_from_screen() 78 remove_window(curscr); in remove_window_from_screen()
|
| HD | lib_set_term.c | 77 curscr = CurScreen(newSP); in NCURSES_EXPORT() 86 curscr = 0; in NCURSES_EXPORT() 202 curscr = 0; in delscreen() 610 curscr = CurScreen(sp); in NCURSES_SP_NAME()
|
| HD | lib_screen.c | 231 curscr = CurScreen(SP_PARM); in NCURSES_SP_NAME() 257 NewScreen(SP_PARM) = dupwin(curscr); in NCURSES_SP_NAME()
|
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | lib_data.c | 58 NCURSES_PUBLIC_VAR(curscr) (void) in NCURSES_PUBLIC_VAR() argument 69 NCURSES_EXPORT_VAR(WINDOW *) curscr = 0;
|
| /NextBSD/usr.bin/systat/ |
| HD | keyboard.c | 133 wrefresh(curscr); in keyboard_dispatch()
|
| /NextBSD/usr.bin/talk/ |
| HD | display.c | 178 wrefresh(curscr); in display()
|
| /NextBSD/contrib/dialog/ |
| HD | ui_getc.c | 478 (void) wrefresh(curscr); in dlg_getc()
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | ncurses.def | 175 "curscr" @501 NONAME
|
| HD | ncurses.ref | 9 "curscr" @501 NONAME ; variable
|
| /NextBSD/contrib/nvi/cl/ |
| HD | cl_funcs.c | 572 clearok(curscr, 1); in cl_refresh()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 393 #undef curscr 394 WINDOW *curscr;
|
| HD | llib-ltinfow | 393 #undef curscr 394 WINDOW *curscr;
|
| HD | llib-lncurses | 3050 #undef curscr 3051 WINDOW *curscr;
|
| HD | llib-lncursesw | 3865 #undef curscr 3866 WINDOW *curscr;
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 1369 NCURSES_WRAPPED_VAR(WINDOW *, curscr); 1380 #define curscr NCURSES_PUBLIC_VAR(curscr()) macro 1393 extern NCURSES_EXPORT_VAR(WINDOW *) curscr;
|
| /NextBSD/contrib/gdb/gdb/tui/ |
| HD | tui-win.c | 573 clearok (curscr, TRUE); in tui_refresh_all_win()
|
| /NextBSD/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 240 these (called curscr, for current screen) is a screen image of what 263 automatically given: curscr, which knows what the terminal looks like, 265 like next. The user should never actually access curscr directly. 399 terminal characteristics, and the space for curscr and stdscr must be 406 curscr or stdscr are referenced. However, it is usually best to wait 446 If you call wrefresh() with curscr as its argument, it will make the 447 screen look like curscr thinks it looks like. This is useful for
|
| HD | hackguide.doc | 376 represented in the curscr window structure) to the desired new state 397 transformations of curscr lines to newscr lines. Its main tool is the
|
| /NextBSD/contrib/ncurses/ncurses/tty/ |
| HD | tty_update.c | 690 SyncScreens(CurScreen(SP_PARM), curscr); in TINFO_DOUPDATE()
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 3196 + wrap several global variables (curscr, newscr, stdscr, ttytype, 3401 touching the corresponding rows in curscr (discussion with Dan 5292 special windows such as curscr track properly when resizing (report 5481 curscr, newscr and stdscr with window0, window1, etc. 5566 pointers for curscr/stdscr/newscr when scr_save() and scr_restore() 5567 modify the global curscr/stdscr/newscr variables. Fixes Redhat 7866 + modify lib_color.c to handle a special case where the curscr 9511 contents of curscr are saved in newscr before clearing the screen. 9536 pending changes to both curscr and newscr are flushed properly. 9564 lines in curscr that are shifted. [all …]
|