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

12345678910

/freebsd-9.3-release/contrib/texinfo/info/
H A Decho-area.h37 extern void echo_area_inform_of_deleted_window (WINDOW *window);
40 extern char * info_read_completing_internal (WINDOW *window, char *prompt,
44 or NULL if the user aborted out of this read. WINDOW is the currently
47 extern char *info_read_in_echo_area (WINDOW *window, char *prompt);
50 Takes arguments of WINDOW, PROMPT, and COMPLETIONS, a REFERENCE **. */
51 char *info_read_completing_in_echo_area (WINDOW *window,
55 not requiring it. Takes arguments of WINDOW, PROMPT, and COMPLETIONS,
57 extern char *info_read_maybe_completing (WINDOW *window,
60 extern void ea_insert (WINDOW *window, int count, unsigned char key);
61 extern void ea_quoted_insert (WINDOW *windo
[all...]
H A Dfuns.h7 extern void info_next_line (WINDOW *window, int count, unsigned char key);
9 extern void info_prev_line (WINDOW *window, int count, unsigned char key);
11 extern void info_end_of_line (WINDOW *window, int count, unsigned char key);
13 extern void info_beginning_of_line (WINDOW *window, int count, unsigned char key);
15 extern void info_forward_char (WINDOW *window, int count, unsigned char key);
17 extern void info_backward_char (WINDOW *window, int count, unsigned char key);
19 extern void info_forward_word (WINDOW *window, int count, unsigned char key);
21 extern void info_backward_word (WINDOW *window, int count, unsigned char key);
23 extern void info_global_next_node (WINDOW *window, int count, unsigned char key);
25 extern void info_global_prev_node (WINDOW *windo
[all...]
H A Dindices.h31 extern REFERENCE **info_indices_of_window (WINDOW *window);
39 extern void info_index_search (WINDOW *window, int count, unsigned char key);
40 extern void info_next_index_match (WINDOW *window, int count, unsigned char key);
41 extern void info_index_apropos (WINDOW *window, int count, unsigned char key);
42 extern void do_info_index_search (WINDOW *window, int count, char *search_string);
43 extern int index_entry_exists (WINDOW *window, char *string);
H A Dsession.h36 void name (WINDOW *window, int count, unsigned char key)
68 extern void remember_window_and_node (WINDOW *window, NODE *node);
69 extern void set_remembered_pagetop_and_point (WINDOW *window);
70 extern void set_window_pagetop (WINDOW *window, int desired_top);
71 extern void info_set_node_of_window (int remember, WINDOW *window,
76 extern FILE_BUFFER *file_buffer_of_window (WINDOW *window);
78 long int start, WINDOW *window, int dir, int case_sensitive);
81 extern void info_select_reference (WINDOW *window, REFERENCE *entry);
90 /* Do the physical deletion of WINDOW, and forget this window and
92 extern void info_delete_window_internal (WINDOW *windo
[all...]
H A Dwindow.h40 subsection of the WINDOW structure. We could define a structure which
42 and WINDOW. But that would lead references in the code such as
49 int pagetop; /* LINE_STARTS[PAGETOP] is first line in WINDOW. */ \
72 } WINDOW; typedef in typeref:struct:window_struct
86 #define W_UpdateWindow 0x01 /* WINDOW needs updating. */
87 #define W_WindowIsPerm 0x02 /* This WINDOW is a permanent object. */
88 #define W_WindowVisible 0x04 /* This WINDOW is currently visible. */
89 #define W_InhibitMode 0x08 /* This WINDOW has no modeline. */
94 extern WINDOW *windows; /* List of visible Info windows. */
95 extern WINDOW *active_windo
[all...]
H A Ddisplay.h55 extern void display_update_display (WINDOW *window);
59 extern void display_update_one_window (WINDOW *win);
61 /* Move the screen cursor to directly over the current character in WINDOW. */
62 extern void display_cursor_at_point (WINDOW *window);
71 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW before
75 extern void display_scroll_line_starts (WINDOW *window, int old_pagetop,
H A Dvariables.h45 extern VARIABLE_ALIST *read_variable_name (char *prompt, WINDOW *window);
52 extern void set_variable (WINDOW *window, int count, unsigned char key);
53 extern void describe_variable (WINDOW *window, int count, unsigned char key);
H A Dfootnotes.h34 exist in WINDOW's node or not. Returns FN_FOUND if footnotes were found
36 in WINDOW's node. Returns FN_UNABLE if there were footnotes, but the
38 extern int info_get_or_remove_footnotes (WINDOW *window);
/freebsd-9.3-release/contrib/ncurses/panel/
H A Dp_win.c41 NCURSES_EXPORT(WINDOW *)
45 returnWin(pan ? pan->win : (WINDOW *)0);
H A Dpanel.h45 WINDOW *win;
55 extern NCURSES_EXPORT(WINDOW*) panel_window (const PANEL *);
62 extern NCURSES_EXPORT(PANEL*) new_panel (WINDOW *);
68 extern NCURSES_EXPORT(int) replace_panel (PANEL *,WINDOW *);
/freebsd-9.3-release/usr.bin/systat/
H A Dextern.h40 extern WINDOW *wnd;
72 void closeicmp(WINDOW *);
73 void closeicmp6(WINDOW *);
74 void closeifstat(WINDOW *);
75 void closeiostat(WINDOW *);
76 void closeip(WINDOW *);
77 void closeip6(WINDOW *);
78 void closekre(WINDOW *);
79 void closembufs(WINDOW *);
80 void closenetstat(WINDOW *);
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw75 WINDOW *win,
81 WINDOW *win,
87 WINDOW *win,
93 WINDOW *win,
99 WINDOW *win,
107 WINDOW *win,
114 WINDOW *win,
126 WINDOW *win,
133 WINDOW *win,
148 WINDOW *wi
[all...]
H A Dllib-lncursest75 WINDOW *win,
81 WINDOW *win,
87 WINDOW *win,
93 WINDOW *win,
101 WINDOW *win,
108 WINDOW *win,
123 WINDOW *win,
129 WINDOW *win,
137 WINDOW *win,
152 WINDOW *wi
[all...]
H A Dllib-lncurses75 WINDOW *win,
81 WINDOW *win,
87 WINDOW *win,
93 WINDOW *win,
101 WINDOW *win,
108 WINDOW *win,
123 WINDOW *win,
129 WINDOW *win,
137 WINDOW *win,
152 WINDOW *wi
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_immedok.c46 immedok(WINDOW *win, bool flag)
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_sub.c39 | Function : int set_form_sub(FORM *form, WINDOW *win)
47 set_form_sub(FORM *form, WINDOW *win)
60 | Function : WINDOW *form_sub(const FORM *)
66 NCURSES_EXPORT(WINDOW *)
H A Dfrm_win.c39 | Function : int set_form_win(FORM *form,WINDOW *win)
47 set_form_win(FORM *form, WINDOW *win)
60 | Function : WINDOW *form_win(const FORM *)
66 NCURSES_EXPORT(WINDOW *)
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h48 extern int _overlay(WINDOW *, WINDOW *, int);
135 extern int box32(WINDOW *, chtype, chtype);
164 extern int clearok(WINDOW *, int);
192 extern int copywin(WINDOW *, WINDOW *, int, int, int, int, int, int, int);
223 extern int delwin(WINDOW *);
224 extern WINDOW * derwin(WINDOW *, int, int, int, int);
249 extern WINDOW * dupwi
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in106 * Definition used to make WINDOW and similar structs opaque.
322 typedef struct _win_st WINDOW;
400 WINDOW *_parent; /* pointer to parent if a sub-window */
464 extern NCURSES_EXPORT(int) wgetch_events(WINDOW *, _nc_eventlist *); /* experimental */
465 extern NCURSES_EXPORT(int) wgetnstr_events(WINDOW *,char *,int,_nc_eventlist *);/* experimental */
537 extern NCURSES_EXPORT(int) box (WINDOW *, chtype, chtype); /* generated */
542 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
548 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
555 extern NCURSES_EXPORT(int) delwin (WINDOW *); /* implemente
[all...]
H A Dcurses.wide80 extern NCURSES_EXPORT(int) box_set (WINDOW *, const cchar_t *, const cchar_t *); /* generated:WIDEC */
117 extern NCURSES_EXPORT(int) mvwadd_wch (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */
118 extern NCURSES_EXPORT(int) mvwadd_wchnstr (WINDOW *, int, int, const cchar_t *, int); /* generated:WIDEC */
119 extern NCURSES_EXPORT(int) mvwadd_wchstr (WINDOW *, int, int, const cchar_t *); /* generated:WIDEC */
120 extern NCURSES_EXPORT(int) mvwaddnwstr (WINDOW *, int, int, const wchar_t *, int);/* generated:WIDEC */
121 extern NCURSES_EXPORT(int) mvwaddwstr (WINDOW *, int, int, const wchar_t *); /* generated:WIDEC */
122 extern NCURSES_EXPORT(int) mvwget_wch (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
123 extern NCURSES_EXPORT(int) mvwget_wstr (WINDOW *, int, int, wint_t *); /* generated:WIDEC */
124 extern NCURSES_EXPORT(int) mvwgetn_wstr (WINDOW *, int, int, wint_t *, int);/* generated:WIDEC */
125 extern NCURSES_EXPORT(int) mvwhline_set (WINDOW *, in
[all...]
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dui_objects.h50 WINDOW *win; /* the window it's contained in */
60 WINDOW *win; /* the windows it's contained in */
70 WINDOW *win; /* the window it's contained in */
89 StringObj *NewStringObj(WINDOW *win, char *title, char *s,
95 ListObj *NewListObj(WINDOW *win, char *title, char **list,
105 ButtonObj *NewButtonObj(WINDOW *win, char *title, int *pushed,
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_sub.c44 | Function : int set_menu_sub(MENU *menu, WINDOW *win)
52 set_menu_sub(MENU * menu, WINDOW *win)
71 | Function : WINDOW *menu_sub(const MENU *menu)
77 NCURSES_EXPORT(WINDOW *)
H A Dm_win.c44 | Function : int set_menu_win(MENU *menu, WINDOW *win)
52 set_menu_win(MENU * menu, WINDOW *win)
71 | Function : WINDOW *menu_win(const MENU *)
77 NCURSES_EXPORT(WINDOW *)
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.c52 && data_item_win_ptr->handle != (WINDOW *) NULL)
62 if (win_info->handle != (WINDOW *) NULL)
72 tui_delete_win (WINDOW * window)
74 if (window != (WINDOW *) NULL)
87 WINDOW *win;
111 if (win_info != NULL && win_info->generic.handle != (WINDOW *) NULL)
125 && win_info->generic.handle != (WINDOW *) NULL)
151 WINDOW *handle;
158 if (handle != (WINDOW *) NULL)
189 win_info->is_visible && win_info->handle != (WINDOW *) NUL
[all...]

Completed in 195 milliseconds

12345678910