Searched refs:window (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-10.0-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,
45 active window, so that we can restore it when we need to. PROMPT, if
47 extern char *info_read_in_echo_area (WINDOW *window, char *prompt);
51 char *info_read_completing_in_echo_area (WINDOW *window,
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 *window, int count, unsigned char key);
62 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
63 extern void ea_backward (WINDOW *window, in
[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 *window, in
[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 *window);
[all...]
H A Dwindow.c0 /* window.c -- windows in Info.
2 $Id: window.c,v 1.4 2004/04/11 17:56:46 karl Exp $
25 #include "window.h"
30 /* The window which describes the screen. */
33 /* The window which describes the echo area. */
39 /* Pointer to the active window in WINDOW_LIST. */
50 /* Initalize the window system by creating THE_SCREEN and THE_ECHO_AREA.
51 Create the first window ever.
79 initial window cannot be the same size as the screen, since the screen
80 includes the echo area. So, we make the height of the initial window
265 WINDOW *window; local
377 window_change_window_height(WINDOW *window, int amount) argument
561 window_toggle_wrap(WINDOW *window) argument
595 window_set_node_of_window(WINDOW *window, NODE *node) argument
613 window_delete_window(WINDOW *window) argument
787 calculate_line_starts(WINDOW *window) argument
902 recalculate_line_starts(WINDOW *window) argument
916 window_adjust_pagetop(WINDOW *window) argument
973 window_line_of_point(WINDOW *window) argument
995 window_get_goal_column(WINDOW *window) argument
1010 window_get_cursor_column(WINDOW *window) argument
1076 window_make_modeline(WINDOW *window) argument
1190 window_goto_percentage(WINDOW *window, int percent) argument
1209 window_get_state(WINDOW *window, SEARCH_STATE *state) argument
1218 window_set_state(WINDOW *window, SEARCH_STATE *state) argument
[all...]
H A Ddisplay.h44 /* Non-zero if we didn't completely redisplay a window. */
55 extern void display_update_display (WINDOW *window);
58 function only does one window. */
62 extern void display_cursor_at_point (WINDOW *window);
73 starts that used to appear in this window. OLD_COUNT is the number of lines
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.h33 /* Create or delete the footnotes window depending on whether footnotes
37 window to show them couldn't be made. */
38 extern int info_get_or_remove_footnotes (WINDOW *window);
40 /* Non-zero means attempt to show footnotes when displaying a new window. */
H A Dwindow.h0 /* window.h -- Structure and flags used in manipulating Info windows.
2 $Id: window.h,v 1.3 2004/04/11 17:56:46 karl Exp $
31 /* Smallest number of visible lines in a window. The actual height is
32 always one more than this number because each window has a modeline. */
36 window. This number includes the modeline of the window. */
43 window->state->node which we would like to avoid. Instead, we #define the
45 if you need to change window state information, here is where you would
48 NODE *node; /* The node displayed in this window. */ \
52 /* Structure which defines a window
[all...]
H A Dsession.c38 static void info_handle_pointer (char *label, WINDOW *window);
54 /* Becomes non-zero when 'q' is typed to an Info window. */
57 /* Array of structures describing for each window which nodes have been
58 visited in that window. */
61 /* Where to add the next window, if we need to add one. */
67 void remember_window_and_node (WINDOW *window, NODE *node);
68 void forget_window_and_nodes (WINDOW *window);
72 For each loaded node, create a new window. Always split the largest of the
78 WINDOW *window = (WINDOW *)NULL; local
90 if (!window)
324 get_info_window_of_window(WINDOW *window) argument
340 set_remembered_pagetop_and_point(WINDOW *window) argument
358 remember_window_and_node(WINDOW *window, NODE *node) argument
437 forget_window_and_nodes(WINDOW *window) argument
484 info_set_node_of_window(int remember, WINDOW *window, NODE *node) argument
511 set_window_pagetop(WINDOW *window, int desired_top) argument
574 info_show_point(WINDOW *window) argument
597 move_to_new_line(int old, int new, WINDOW *window) argument
849 forward_move_node_structure(WINDOW *window, int behaviour) argument
1000 backward_move_node_structure(WINDOW *window, int behaviour) argument
1131 _scroll_forward(WINDOW *window, int count, unsigned char key, int behaviour) argument
1171 _scroll_backward(WINDOW *window, int count, unsigned char key, int behaviour) argument
1570 info_delete_window_internal(WINDOW *window) argument
1711 info_select_reference(WINDOW *window, REFERENCE *entry) argument
1773 info_parse_and_select(char *line, WINDOW *window) argument
1791 info_handle_pointer(char *label, WINDOW *window) argument
2055 info_menu_or_ref_item(WINDOW *window, int count, unsigned char key, REFERENCE **(*builder) (NODE *node), int ask_p) argument
2721 info_intuit_options_node(WINDOW *window, NODE *initial_node, char *program) argument
2915 read_nodename_to_kill(WINDOW *window) argument
2955 kill_node(WINDOW *window, char *nodename) argument
3382 file_buffer_of_window(WINDOW *window) argument
3404 info_search_in_node(char *string, NODE *node, long int start, WINDOW *window, int dir, int case_sensitive) argument
3479 info_search_internal(char *string, WINDOW *window, int dir, int case_sensitive) argument
3642 info_search_1(WINDOW *window, int count, unsigned char key, int case_sensitive, int ask_for_string) argument
3793 push_isearch(WINDOW *window, int search_index, int direction, int failing) argument
3809 pop_isearch(WINDOW *window, int *search_index, int *direction, int *failing) argument
3890 incremental_search(WINDOW *window, int count, unsigned char ignore) argument
4231 info_move_to_xref(WINDOW *window, int count, unsigned char key, int dir) argument
[all...]
H A Dindices.c89 info_indices_of_window (WINDOW *window) argument
93 fb = file_buffer_of_window (window);
174 do_info_index_search (window, count, 0);
180 do_info_index_search (WINDOW *window, int count, char *search_string) argument
192 /* If this window's file is not the same as the one that we last built an
194 fb = file_buffer_of_window (window);
217 line = info_read_maybe_completing (window, (char *) _("Index entry: "),
219 window = active_window;
239 set_remembered_pagetop_and_point (window);
240 window_set_node_of_window (window, nod
280 index_entry_exists(WINDOW *window, char *string) argument
[all...]
H A Decho-area.c65 static int completions_window_p (WINDOW *window);
67 /* If non-null, this is a window which was specifically created to display
72 /* Variables which keep track of the window which was active prior to
79 /* Remember the node and pertinent variables of the calling window. */
81 remember_calling_window (WINDOW *window) argument
83 /* Only do this if the calling window is not the completions window, or,
84 if it is the completions window and there is no other window. */
85 if (!completions_window_p (window) ||
204 info_read_in_echo_area(WINDOW *window, char *prompt) argument
788 completions_window_p(WINDOW *window) argument
802 info_read_completing_internal(WINDOW *window, char *prompt, REFERENCE **completions, int force) argument
896 info_read_completing_in_echo_area(WINDOW *window, char *prompt, REFERENCE **completions) argument
905 info_read_maybe_completing(WINDOW *window, char *prompt, REFERENCE **completions) argument
1360 echo_area_inform_of_deleted_window(WINDOW *window) argument
[all...]
H A Ddisplay.c64 /* Non-zero if we didn't completely redisplay a window. */
70 display_update_display (WINDOW *window) argument
76 /* For every window in the list, check contents against the display. */
77 for (win = window; win; win = win->next)
121 function only does one window. */
139 /* If the window has no height, or display is inhibited, quit now. */
143 /* If the window's first row doesn't appear in the_screen, then it
145 window to be displayed, and the screen has shrunk to less than one
150 /* Print each line in the window into our local buffer, and then
279 /* If printing the last character in this window could
521 display_scroll_line_starts(WINDOW *window, int old_pagetop, char **old_starts, int old_count) argument
594 display_cursor_at_point(WINDOW *window) argument
[all...]
H A Dm-x.c36 read_function_name (char *prompt, WINDOW *window) argument
58 line = info_read_completing_in_echo_area (window, prompt, array);
73 line = read_function_name ((char *) _("Describe command: "), window);
116 line = read_function_name (prompt, window);
160 _("Set the height of the displayed window"))
175 line = info_read_in_echo_area (window, prompt);
H A Dnodemenu.c203 Select one from this menu, or use `\\[history-node]' in another window.\n"), 0),
224 _("Make a window containing a menu of all of the currently visited nodes"))
229 set_remembered_pagetop_and_point (window);
231 /* If a window is visible and showing the buffer list already, re-use it. */
241 /* If we couldn't find an existing window, try to use the next window
245 if (window->next)
246 new = window->next;
247 /* If there is more than one window, wrap around. */
248 else if (window !
[all...]
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.h148 #define CLEAR 2 /* window has been cleared */
149 #define CHANGE 3 /* window has been changed */
172 int Attrib; /* attributes active in window */
177 int SCROLL_CLEAR; /* indicates that window has been scrolled or cleared */
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 *window));
210 extern void touchwin P_((WINDOW *window));
211 extern void wnoutrefresh P_((WINDOW *window));
[all...]
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dplpar_iommu.c80 if (ofw_bus_has_prop(p, "ibm,my-dma-window"))
82 if (ofw_bus_has_prop(p, "ibm,dma-window"))
98 if (ofw_bus_has_prop(p, "ibm,my-dma-window"))
99 OF_getprop(node, "ibm,my-dma-window", dmawindow,
102 OF_getprop(node, "ibm,dma-window", dmawindow,
105 struct dma_window *window = malloc(sizeof(struct dma_window), local
108 window->start = dmawindow[1];
110 window->start = ((uint64_t)(dmawindow[1]) << 32) | dmawindow[2];
112 window->end = window
158 struct dma_window *window = cookie; local
214 struct dma_window *window = cookie; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c95 * last window's source view, as specified by SBUF_OFFSET and
121 svn_txdelta_window_t *window;
124 window = apr_palloc(pool, sizeof(*window));
125 window->sview_offset = 0;
126 window->sview_len = 0;
127 window->tview_len = 0;
129 window->num_ops = build_baton->num_ops;
130 window->src_ops = build_baton->src_ops;
131 window
119 svn_txdelta_window_t *window; local
151 svn_txdelta_window_t *window; local
173 svn_txdelta_window_dup(const svn_txdelta_window_t *window, apr_pool_t *pool) argument
200 svn_txdelta__copy_window(const svn_txdelta_window_t *window, apr_pool_t *pool) argument
342 svn_txdelta_next_window(svn_txdelta_window_t **window, svn_txdelta_stream_t *stream, apr_pool_t *pool) argument
358 txdelta_next_window(svn_txdelta_window_t **window, void *baton, apr_pool_t *pool) argument
432 svn_txdelta_window_t *window; local
515 svn_txdelta_window_t *window; local
563 svn_txdelta_window_t *window; local
693 svn_txdelta_apply_instructions(svn_txdelta_window_t *window, const char *sbuf, char *tbuf, apr_size_t *tlen) argument
756 svn_txdelta__apply_instructions(svn_txdelta_window_t *window, const char *sbuf, char *tbuf, apr_size_t *tlen) argument
766 apply_window(svn_txdelta_window_t *window, void *baton) argument
899 svn_txdelta_window_t window = { 0 }; local
981 svn_txdelta_window_t *window; local
1013 svn_txdelta_window_t window = { 0, 0, 0, 1, 0 }; local
[all...]
H A Dsvndiff.c51 window handler. We only use it to record the write function and
190 send_simple_insertion_window(svn_txdelta_window_t *window, argument
198 apr_size_t len = window->new_data->len;
200 /* there is only one target copy op. It must span the whole window */
201 assert(window->ops[0].action_code == svn_txdelta_new);
202 assert(window->ops[0].length == window->tview_len);
203 assert(window->ops[0].offset == 0);
221 if (window->tview_len >> 6 == 0)
223 ibuf[0] = (unsigned char)(window
255 window_handler(svn_txdelta_window_t *window, void *baton) argument
704 decode_window(svn_txdelta_window_t *window, svn_filesize_t sview_offset, apr_size_t sview_len, apr_size_t tview_len, apr_size_t inslen, apr_size_t newlen, const unsigned char *data, apr_pool_t *pool, unsigned int version) argument
821 svn_txdelta_window_t window; local
1048 svn_txdelta_read_svndiff_window(svn_txdelta_window_t **window, svn_stream_t *stream, int svndiff_version, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.h1 /* General window behavior.
42 extern void tui_delete_win (WINDOW * window);
/freebsd-10.0-release/contrib/less/
H A Dscrsize.c48 static int get_winsize(dpy, window, p_width, p_height)
50 Window window;
58 if (!XGetWindowAttributes(dpy, window, &win_attributes))
60 if (!XGetWMNormalHints(dpy, window, &hints, &longjunk))
/freebsd-10.0-release/contrib/dialog/
H A Dcalendar.c53 WINDOW *window; member in struct:_box
227 werase(data->window);
235 (void) wattrset(data->window, menubox_attr); /* daynames headline */
237 mvwprintw(data->window,
251 (void) wattrset(data->window, menubox_attr); /* weeknumbers headline */
252 mvwprintw(data->window,
260 if (wmove(data->window, y, this_x) == ERR)
262 (void) wattrset(data->window, item_attr); /* not selected days */
264 (void) wattrset(data->window, item_selected_attr); /* selected day */
270 wprintw(data->window, "
[all...]
/freebsd-10.0-release/lib/libc/rpc/
H A Dsvc_auth_des.c40 * (2) The timestamp plus the window is less than the current time.
44 * It is up to the server to determine if the window size is
87 u_int window; /* credential lifetime window */ member in struct:cache_entry
127 u_int window; local
160 cred->adc_fullname.window = (u_long)*ixdr++;
212 cryptbuf[1].key.high = cred->adc_fullname.window;
246 window = IXDR_GET_U_LONG(ixdr);
248 if (winverf != window - 1) {
249 debug("window verifie
[all...]
H A Dauthdes_prot.c68 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window,
69 sizeof(cred->adc_fullname.window)));
/freebsd-10.0-release/include/rpc/
H A Dauth_kerb.h55 * A fullname contains the ticket and the window
59 u_long window; /* associated window */ member in struct:authkerb_fullname
80 u_long window; /* associated window */ member in struct:authkerb_clnt_cred
109 * akv_winverf is the credential window + 1.
120 * akv_timeverf is the client's timestamp + client's window

Completed in 166 milliseconds

12345