| /freebsd-9-stable/contrib/ncurses/include/ |
| D | curses.wide | 173 #define add_wch(c) wadd_wch(stdscr,c) 174 #define add_wchnstr(str,n) wadd_wchnstr(stdscr,str,n) 175 #define add_wchstr(str) wadd_wchstr(stdscr,str) 176 #define addnwstr(wstr,n) waddnwstr(stdscr,wstr,n) 177 #define addwstr(wstr) waddwstr(stdscr,wstr) 178 #define bkgrnd(c) wbkgrnd(stdscr,c) 179 #define bkgrndset(c) wbkgrndset(stdscr,c) 180 #define border_set(l,r,t,b,tl,tr,bl,br) wborder_set(stdscr,l,r,t,b,tl,tr,bl,br) 182 #define echo_wchar(c) wecho_wchar(stdscr,c) 183 #define get_wch(c) wget_wch(stdscr,c) [all …]
|
| D | curses.h.in | 941 #define getnstr(s, n) wgetnstr(stdscr, s, n) 987 #define border(ls, rs, ts, bs, tl, tr, bl, br) wborder(stdscr, ls, rs, ts, bs, tl, tr, bl, br) 988 #define hline(ch, n) whline(stdscr, ch, n) 989 #define vline(ch, n) wvline(stdscr, ch, n) 1012 #define addch(ch) waddch(stdscr,ch) 1013 #define addchnstr(str,n) waddchnstr(stdscr,str,n) 1014 #define addchstr(str) waddchstr(stdscr,str) 1015 #define addnstr(str,n) waddnstr(stdscr,str,n) 1016 #define addstr(str) waddnstr(stdscr,str,-1) 1017 #define attroff(at) wattroff(stdscr,at) [all …]
|
| /freebsd-9-stable/usr.sbin/gstat/ |
| D | gstat.c | 175 nodelay(stdscr, 1); in main() 176 intrflush(stdscr, FALSE); in main() 177 keypad(stdscr, TRUE); in main() 210 getyx(stdscr, cury, curx); in main() 211 getmaxyx(stdscr, maxy, maxx); in main() 254 getyx(stdscr, cury, curx); in main() 356 getyx(stdscr, cury, curx); in main() 357 getmaxyx(stdscr, maxy, maxx); in main()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/base/ |
| D | lib_slkclear.c | 56 SP->_slk->win->_nc_bkgd = stdscr->_nc_bkgd; in NCURSES_EXPORT() 57 WINDOW_ATTRS(SP->_slk->win) = WINDOW_ATTRS(stdscr); in NCURSES_EXPORT() 58 if (SP->_slk->win == stdscr) { in NCURSES_EXPORT()
|
| D | lib_scanw.c | 65 code = vwscanw(stdscr, fmt, ap); in scanw() 91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR; in mvscanw()
|
| D | lib_printw.c | 58 code = vwprintw(stdscr, fmt, argp); in NCURSES_EXPORT() 99 code = vwprintw(stdscr, fmt, argp); in mvprintw()
|
| D | lib_set_term.c | 68 stdscr = newSP->_stdscr; in NCURSES_EXPORT() 77 stdscr = 0; in NCURSES_EXPORT() 191 stdscr = 0; in delscreen() 607 stdscr = SP->_stdscr; in _nc_setupscreen()
|
| D | lib_initscr.c | 95 result = stdscr; in NCURSES_EXPORT()
|
| D | lib_newwin.c | 68 } else if (window_is(stdscr)) { in remove_window_from_screen() 69 remove_window(stdscr); in remove_window_from_screen()
|
| /freebsd-9-stable/contrib/nvi/cl/ |
| D | cl_funcs.c | 57 getyx(stdscr, oldy, oldx); 259 getyx(stdscr, *yp, *xp); 299 getyx(stdscr, oldy, oldx); 305 ch = winch(stdscr); 599 getyx(stdscr, oldy, oldx); 616 (void)keypad(stdscr, FALSE); 662 (void)keypad(stdscr, TRUE);
|
| D | cl_screen.c | 285 idlok(stdscr, 1); /* Use hardware insert/delete line. */ 288 (void)keypad(stdscr, TRUE); 396 (void)keypad(stdscr, FALSE);
|
| /freebsd-9-stable/usr.sbin/sade/ |
| D | msg.c | 57 attrs = getattrs(stdscr); in msgYap() 73 attrs = getattrs(stdscr); in msgInfo() 112 attrs = getattrs(stdscr); in msgWarn() 136 attrs = getattrs(stdscr); in msgError() 159 attrs = getattrs(stdscr); in msgFatal()
|
| /freebsd-9-stable/usr.sbin/sysinstall/ |
| D | msg.c | 114 attrs = getattrs(stdscr); in msgYap() 130 attrs = getattrs(stdscr); in msgInfo() 171 attrs = getattrs(stdscr); in msgWarn() 202 attrs = getattrs(stdscr); in msgError() 231 attrs = getattrs(stdscr); in msgFatal()
|
| /freebsd-9-stable/contrib/dialog/ |
| D | util.c | 135 wattrset(stdscr, screen_attr); in dlg_put_backtitle() 136 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle() 137 dlg_print_text(stdscr, dialog_vars.backtitle, COLS - 2, &attr); in dlg_put_backtitle() 139 (void) waddch(stdscr, ' '); in dlg_put_backtitle() 140 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle() 142 (void) waddch(stdscr, dlg_boxchar(ACS_HLINE)); in dlg_put_backtitle() 145 (void) wnoutrefresh(stdscr); in dlg_put_backtitle() 169 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear() 344 (void) keypad(stdscr, TRUE); in init_dialog() 1381 result = stdscr; in window_at_cell() [all …]
|
| D | mixedgauge.c | 301 nodelay(stdscr, TRUE); in dlg_begin_mixedgauge() 366 nodelay(stdscr, FALSE); in dlg_finish_mixedgauge()
|
| /freebsd-9-stable/contrib/ncurses/panel/ |
| D | p_new.c | 58 assert(stdscr && !_nc_bottom_panel && !_nc_top_panel); in root_panel() 66 WINDOW *win = stdscr; in root_panel()
|
| /freebsd-9-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_data.c | 52 NCURSES_PUBLIC_VAR(stdscr) (void) in NCURSES_EXPORT() 67 NCURSES_EXPORT_VAR(WINDOW *) stdscr = 0;
|
| /freebsd-9-stable/gnu/lib/libodialog/ |
| D | kernel.c | 123 keypad(stdscr, TRUE); in init_dialog() 443 attr_clear(stdscr, LINES, COLS, screen_attr); in dialog_clear_norefresh() 444 touchwin(stdscr); in dialog_clear_norefresh() 445 wnoutrefresh(stdscr); in dialog_clear_norefresh()
|
| D | gauge.c | 47 draw_shadow(stdscr, y, x, height, width); in dialog_gauge()
|
| D | msgbox.c | 63 draw_shadow(stdscr, y, x, height, width); in dialog_msgbox() 145 draw_shadow(stdscr, y, x, height, width); in dialog_mesgbox()
|
| D | fselect.c | 129 draw_shadow(stdscr, 4, 15, LINES-8, COLS-30); in dialog_dselect_old() 277 draw_shadow(stdscr, 1, 10, LINES-2, COLS-20); in dialog_dfselect()
|
| /freebsd-9-stable/contrib/ncurses/form/ |
| D | frm_win.c | 74 returnWin(f->win ? f->win : stdscr); in form_win()
|
| /freebsd-9-stable/contrib/ncurses/menu/ |
| D | m_win.c | 83 returnWin(m->userwin ? m->userwin : stdscr); in menu_win()
|
| D | m_cursor.c | 93 win = menu->userwin ? menu->userwin : stdscr; in pos_menu_cursor()
|
| /freebsd-9-stable/contrib/nvi/ip_cl/ |
| D | ip_cl.c | 404 getyx(stdscr, oldy, oldx); 407 ch = winch(stdscr); 483 idlok(stdscr, 1); in ip_cur_init()
|