Home
last modified time | relevance | path

Searched refs:stdscr (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-14.2/contrib/ncurses/include/
H A Dcurses.wide235 #define add_wch(c) wadd_wch(stdscr,(c))
239 #define addwstr(wstr) waddwstr(stdscr,(wstr))
240 #define bkgrnd(c) wbkgrnd(stdscr,(c))
241 #define bkgrndset(c) wbkgrndset(stdscr,(c))
245 #define get_wch(c) wget_wch(stdscr,(c))
246 #define get_wstr(t) wget_wstr(stdscr,(t))
250 #define in_wch(c) win_wch(stdscr,(c))
252 #define in_wchstr(c) win_wchstr(stdscr,(c))
255 #define ins_wch(c) wins_wch(stdscr,(c))
256 #define ins_wstr(t) wins_wstr(stdscr,(t))
[all …]
H A Dcurses.h.in1292 #define bkgd(ch) wbkgd(stdscr,(ch))
1295 #define clear() wclear(stdscr)
1299 #define delch() wdelch(stdscr)
1302 #define erase() werase(stdscr)
1303 #define getch() wgetch(stdscr)
1305 #define inch() winch(stdscr)
1309 #define insch(c) winsch(stdscr,(c))
1314 #define instr(s) winstr(stdscr,(s))
1316 #define refresh() wrefresh(stdscr)
1317 #define scrl(n) wscrl(stdscr,(n))
[all …]
/freebsd-14.2/contrib/nvi/cl/
H A Dcl_funcs.c43 win = CLSP(sp) ? CLSP(sp) : stdscr; in addstr4()
108 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_attr()
261 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_clrtoeol()
286 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_cursor()
316 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_deleteln()
445 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_insertln()
501 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_move()
547 getyx(stdscr, y, x); in cl_refresh()
558 (void)wmove(stdscr, y, x); in cl_refresh()
765 (void)keypad(stdscr, FALSE); in cl_suspend()
[all …]
H A Dcl_screen.c53 win = CLSP(sp) ? CLSP(sp) : stdscr; in cl_screen()
277 idlok(stdscr, 1); /* Use hardware insert/delete line. */ in cl_vi_init()
280 (void)keypad(stdscr, TRUE); in cl_vi_init()
387 (void)keypad(stdscr, FALSE); in cl_vi_end()
/freebsd-14.2/usr.sbin/gstat/
H A Dgstat.c213 nodelay(stdscr, 1); in main()
214 intrflush(stdscr, FALSE); in main()
215 keypad(stdscr, TRUE); in main()
243 getyx(stdscr, cury, curx); in main()
244 getmaxyx(stdscr, maxy, maxx); in main()
330 getyx(stdscr, cury, curx); in main()
543 getyx(stdscr, cury, curx); in main()
544 getmaxyx(stdscr, maxy, maxx); in main()
/freebsd-14.2/contrib/ncurses/ncurses/base/
H A Dlib_scanw.c85 code = vw_scanw(stdscr, fmt, ap); in scanw()
111 code = (move(y, x) == OK) ? vw_scanw(stdscr, fmt, ap) : ERR; in mvscanw()
H A Dlib_newwin.c70 } else if (window_is(stdscr)) { in remove_window_from_screen()
71 remove_window(stdscr); in remove_window_from_screen()
81 } else if (window_is(stdscr)) { in remove_window_from_screen()
82 remove_window(stdscr); in remove_window_from_screen()
H A Dlib_printw.c60 code = vw_printw(stdscr, fmt, argp); in NCURSES_EXPORT()
104 code = vw_printw(stdscr, fmt, argp); in mvprintw()
H A Dlib_initscr.c106 result = stdscr; in NCURSES_EXPORT()
H A Dlib_set_term.c89 stdscr = StdScreen(newSP); in NCURSES_EXPORT()
98 stdscr = 0; in NCURSES_EXPORT()
237 stdscr = 0; in delscreen()
763 stdscr = StdScreen(sp); in NCURSES_SP_NAME()
/freebsd-14.2/contrib/dialog/
H A Dutil.c224 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle()
227 (void) waddch(stdscr, ' '); in dlg_put_backtitle()
228 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle()
233 (void) wnoutrefresh(stdscr); in dlg_put_backtitle()
645 werase(stdscr); in end_dialog()
646 wrefresh(stdscr); in end_dialog()
1664 result = stdscr; in window_at_cell()
2292 touchwin(stdscr); in dlg_del_window()
2293 wnoutrefresh(stdscr); in dlg_del_window()
2555 (void) wclrtoeol(stdscr); in dlg_item_help()
[all …]
H A Dmixedgauge.c304 nodelay(stdscr, TRUE); in dlg_begin_mixedgauge()
369 nodelay(stdscr, FALSE); in dlg_finish_mixedgauge()
/freebsd-14.2/contrib/bsddialog/lib/
H A Dlib_util.h94 #define SCREENLINES (getmaxy(stdscr))
95 #define SCREENCOLS (getmaxx(stdscr))
H A Dlibbsddialog.c49 error += keypad(stdscr, TRUE); in bsddialog_init_notheme()
/freebsd-14.2/tools/tools/ath/athratestats/
H A Dmain.c391 nodelay(stdscr, 1); in main()
392 intrflush(stdscr, FALSE); in main()
393 keypad(stdscr, TRUE); in main()
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c54 NCURSES_PUBLIC_VAR(stdscr) (void) in NCURSES_EXPORT()
69 NCURSES_EXPORT_VAR(WINDOW *) stdscr = 0;
/freebsd-14.2/contrib/ncurses/form/
H A Dfrm_win.c88 result = (f->win ? f->win : stdscr); in form_win()
/freebsd-14.2/lib/libdpv/
H A Dstatus.c89 attrs = getattrs(stdscr); in status_printf()
/freebsd-14.2/contrib/ncurses/panel/
H A Dp_new.c97 InitUser(stdscr); in root_panel()
/freebsd-14.2/usr.bin/systat/
H A Dswap.c64 return (subwin(stdscr, LINES - 3 - 1, 0, MAINWIN_ROW, 0)); in openswap()
H A Dpigs.c71 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openpigs()
/freebsd-14.2/contrib/netbsd-tests/lib/libcurses/slave/
H A Dslave.c129 stdscr); in process_commands()
/freebsd-14.2/sys/teken/demo/
H A Dteken_demo.c122 getyx(stdscr, y, x); in printchar()
239 keypad(stdscr, value ? TRUE : FALSE); in test_param()
/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcstat.c1323 nodelay(stdscr, 1); in main()
1324 intrflush(stdscr, FALSE); in main()
1325 keypad(stdscr, TRUE); in main()
1328 getmaxyx(stdscr, in main()
/freebsd-14.2/contrib/ee/
H A Dnew_curse.c88 WINDOW *stdscr; variable
761 copy_window(stdscr, local_std);
764 delwin(stdscr);
767 stdscr = local_std;
1013 stdscr = newwin(LINES, COLS, 0, 0); in initscr()
1015 wmove(stdscr, 0, 0); in initscr()
1016 werase(stdscr); in initscr()
2361 in_char = wgetch(stdscr);
2815 keypad(stdscr, FALSE); in endwin()
2819 delwin(stdscr); in endwin()

123