Searched refs:WINDOW (Results 1 - 25 of 154) sorted by relevance

1234567

/freebsd-13-stable/contrib/ncurses/panel/
H A Dp_win.c42 NCURSES_EXPORT(WINDOW *)
46 returnWin(pan ? pan->win : (WINDOW *)0);
H A Dpanel.h48 WINDOW *win;
60 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
67 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
73 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
H A Dp_replace.c43 replace_panel(PANEL * pan, WINDOW *win)
/freebsd-13-stable/usr.bin/systat/
H A Dextern.h42 extern WINDOW *wnd;
74 void closeicmp(WINDOW *);
75 void closeicmp6(WINDOW *);
76 void closeifstat(WINDOW *);
77 void closeiostat(WINDOW *);
78 void closeip(WINDOW *);
79 void closeip6(WINDOW *);
80 void closekre(WINDOW *);
81 void closenetstat(WINDOW *);
82 void closepigs(WINDOW *);
[all...]
H A Dsysput.c43 sysputspaces(WINDOW *wd, int row, int col, int width)
52 sysputstrs(WINDOW *wd, int row, int col, int width)
61 sysputXs(WINDOW *wd, int row, int col, int width)
70 sysputuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags)
98 sysputwuint64(WINDOW *wd, int row, int col, int width, uint64_t val, int flags)
120 sysputpage(WINDOW *wd, int row, int col, int width, uint64_t pages, int flags)
H A Dsystat.h43 WINDOW *(*c_open)(void); /* open display */
44 void (*c_close)(WINDOW *); /* close display */
/freebsd-13-stable/contrib/ee/
H A Dnew_curse.h180 } WINDOW; typedef in typeref:struct:WIND
182 extern WINDOW *curscr;
183 extern WINDOW *stdscr;
193 extern void copy_window P_((WINDOW *origin, WINDOW *destination));
202 extern WINDOW *newwin P_((int lines, int cols, int start_l, int start_c));
205 extern void wmove P_((WINDOW *window, int row, int column));
207 extern void werase P_((WINDOW *window));
208 extern void wclrtoeol P_((WINDOW *window));
209 extern void wrefresh P_((WINDOW *windo
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_immedok.c47 immedok(WINDOW *win, bool flag)
H A Dlib_clear.c47 wclear(WINDOW *win)
H A Dlib_clearok.c47 clearok(WINDOW *win, bool flag)
H A Dlib_insdel.c49 winsdelln(WINDOW *win, int n)
H A Dlib_leaveok.c47 leaveok(WINDOW *win, bool flag)
H A Dlib_scrollok.c47 scrollok(WINDOW *win, bool flag)
H A Dlib_winch.c46 winch(WINDOW *win)
H A Duse_window.c39 use_window(WINDOW *win, NCURSES_WINDOW_CB func, void *data)
H A Dlib_window.c46 _nc_synchook(WINDOW *win)
56 mvderwin(WINDOW *win, int y, int x)
59 WINDOW *orig;
82 syncok(WINDOW *win, bool bf)
95 wsyncup(WINDOW *win)
99 WINDOW *wp;
105 WINDOW *pp = wp->_parent;
127 wsyncdown(WINDOW *win)
134 WINDOW *pp = win->_parent;
165 wcursyncup(WINDOW *wi
[all...]
H A Dlib_newwin.c62 remove_window_from_screen(WINDOW *win)
93 _nc_freewin(WINDOW *win)
138 NCURSES_EXPORT(WINDOW *)
142 WINDOW *win;
182 NCURSES_EXPORT(WINDOW *)
185 WINDOW *win;
194 NCURSES_EXPORT(WINDOW *)
195 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx)
197 WINDOW *win;
244 NCURSES_EXPORT(WINDOW *)
[all...]
H A Dlib_delwin.c49 cannot_delete(WINDOW *win)
70 delwin(WINDOW *win)
H A Dlib_initscr.c51 NCURSES_EXPORT(WINDOW *)
54 WINDOW *result;
H A Dlib_move.c48 wmove(WINDOW *win, int y, int x)
H A Dlib_scanw.c47 vwscanw(WINDOW *win, const char *fmt, va_list argp)
62 vw_scanw(WINDOW *win, const char *fmt, va_list argp)
91 wscanw(WINDOW *win, const char *fmt, ...)
117 mvwscanw(WINDOW *win, int y, int x, const char *fmt, ...)
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_win.c40 | Function : int set_form_win(FORM *form,WINDOW *win)
48 set_form_win(FORM *form, WINDOW *win)
70 | Function : WINDOW *form_win(const FORM *)
76 NCURSES_EXPORT(WINDOW *)
79 WINDOW *result;
H A Dfrm_sub.c40 | Function : int set_form_sub(FORM *form, WINDOW *win)
48 set_form_sub(FORM *form, WINDOW *win)
70 | Function : WINDOW *form_sub(const FORM *)
76 NCURSES_EXPORT(WINDOW *)
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_sub.c45 | Function : int set_menu_sub(MENU *menu, WINDOW *win)
53 set_menu_sub(MENU * menu, WINDOW *win)
65 WINDOW parameter is passed, we store the SCREENS stdscr.
86 | Function : WINDOW* menu_sub(const MENU *menu)
92 NCURSES_EXPORT(WINDOW *)
H A Dm_win.c45 | Function : int set_menu_win(MENU *menu, WINDOW *win)
53 set_menu_win(MENU * menu, WINDOW *win)
65 WINDOW parameter is passed, we store the SCREENS stdscr.
86 | Function : WINDOW* menu_win(const MENU*)
92 NCURSES_EXPORT(WINDOW *)

Completed in 123 milliseconds

1234567