Home
last modified time | relevance | path

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

123

/freebsd-9-stable/contrib/ncurses/include/
Dcurses.wide173 #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 …]
Dcurses.h.in941 #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/
Dgstat.c175 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/
Dlib_slkclear.c56 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()
Dlib_scanw.c65 code = vwscanw(stdscr, fmt, ap); in scanw()
91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR; in mvscanw()
Dlib_printw.c58 code = vwprintw(stdscr, fmt, argp); in NCURSES_EXPORT()
99 code = vwprintw(stdscr, fmt, argp); in mvprintw()
Dlib_set_term.c68 stdscr = newSP->_stdscr; in NCURSES_EXPORT()
77 stdscr = 0; in NCURSES_EXPORT()
191 stdscr = 0; in delscreen()
607 stdscr = SP->_stdscr; in _nc_setupscreen()
Dlib_initscr.c95 result = stdscr; in NCURSES_EXPORT()
Dlib_newwin.c68 } 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/
Dcl_funcs.c57 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);
Dcl_screen.c285 idlok(stdscr, 1); /* Use hardware insert/delete line. */
288 (void)keypad(stdscr, TRUE);
396 (void)keypad(stdscr, FALSE);
/freebsd-9-stable/usr.sbin/sade/
Dmsg.c57 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/
Dmsg.c114 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/
Dutil.c135 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 …]
Dmixedgauge.c301 nodelay(stdscr, TRUE); in dlg_begin_mixedgauge()
366 nodelay(stdscr, FALSE); in dlg_finish_mixedgauge()
/freebsd-9-stable/contrib/ncurses/panel/
Dp_new.c58 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/
Dlib_data.c52 NCURSES_PUBLIC_VAR(stdscr) (void) in NCURSES_EXPORT()
67 NCURSES_EXPORT_VAR(WINDOW *) stdscr = 0;
/freebsd-9-stable/gnu/lib/libodialog/
Dkernel.c123 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()
Dgauge.c47 draw_shadow(stdscr, y, x, height, width); in dialog_gauge()
Dmsgbox.c63 draw_shadow(stdscr, y, x, height, width); in dialog_msgbox()
145 draw_shadow(stdscr, y, x, height, width); in dialog_mesgbox()
Dfselect.c129 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/
Dfrm_win.c74 returnWin(f->win ? f->win : stdscr); in form_win()
/freebsd-9-stable/contrib/ncurses/menu/
Dm_win.c83 returnWin(m->userwin ? m->userwin : stdscr); in menu_win()
Dm_cursor.c93 win = menu->userwin ? menu->userwin : stdscr; in pos_menu_cursor()
/freebsd-9-stable/contrib/nvi/ip_cl/
Dip_cl.c404 getyx(stdscr, oldy, oldx);
407 ch = winch(stdscr);
483 idlok(stdscr, 1); in ip_cur_init()

123