| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | curses.wide | 235 #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 D | curses.h.in | 1292 #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 D | cl_funcs.c | 43 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 D | cl_screen.c | 53 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 D | gstat.c | 213 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 D | lib_scanw.c | 85 code = vw_scanw(stdscr, fmt, ap); in scanw() 111 code = (move(y, x) == OK) ? vw_scanw(stdscr, fmt, ap) : ERR; in mvscanw()
|
| H A D | lib_newwin.c | 70 } 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 D | lib_printw.c | 60 code = vw_printw(stdscr, fmt, argp); in NCURSES_EXPORT() 104 code = vw_printw(stdscr, fmt, argp); in mvprintw()
|
| H A D | lib_initscr.c | 106 result = stdscr; in NCURSES_EXPORT()
|
| H A D | lib_set_term.c | 89 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 D | util.c | 224 (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 D | mixedgauge.c | 304 nodelay(stdscr, TRUE); in dlg_begin_mixedgauge() 369 nodelay(stdscr, FALSE); in dlg_finish_mixedgauge()
|
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 94 #define SCREENLINES (getmaxy(stdscr)) 95 #define SCREENCOLS (getmaxx(stdscr))
|
| H A D | libbsddialog.c | 49 error += keypad(stdscr, TRUE); in bsddialog_init_notheme()
|
| /freebsd-14.2/tools/tools/ath/athratestats/ |
| H A D | main.c | 391 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 D | lib_data.c | 54 NCURSES_PUBLIC_VAR(stdscr) (void) in NCURSES_EXPORT() 69 NCURSES_EXPORT_VAR(WINDOW *) stdscr = 0;
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | frm_win.c | 88 result = (f->win ? f->win : stdscr); in form_win()
|
| /freebsd-14.2/lib/libdpv/ |
| H A D | status.c | 89 attrs = getattrs(stdscr); in status_printf()
|
| /freebsd-14.2/contrib/ncurses/panel/ |
| H A D | p_new.c | 97 InitUser(stdscr); in root_panel()
|
| /freebsd-14.2/usr.bin/systat/ |
| H A D | swap.c | 64 return (subwin(stdscr, LINES - 3 - 1, 0, MAINWIN_ROW, 0)); in openswap()
|
| H A D | pigs.c | 71 return (subwin(stdscr, LINES-3-1, 0, MAINWIN_ROW, 0)); in openpigs()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | slave.c | 129 stdscr); in process_commands()
|
| /freebsd-14.2/sys/teken/demo/ |
| H A D | teken_demo.c | 122 getyx(stdscr, y, x); in printchar() 239 keypad(stdscr, value ? TRUE : FALSE); in test_param()
|
| /freebsd-14.2/usr.sbin/pmcstat/ |
| H A D | pmcstat.c | 1323 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 D | new_curse.c | 88 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()
|