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

12345

/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,
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-9.3-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-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.h1 /* General window behavior.
42 extern void tui_delete_win (WINDOW * window);
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnsec_47.c41 int window; local
70 for (window = 0; window < 256 ; window++) {
72 * Find if we have a type in this window.
75 if (bm[window * 32 + octet] != 0)
79 RETERR(uint8_tobuffer(window, target));
81 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
91 unsigned int window, len; local
107 window
138 unsigned int window, lastwindow = 0; local
234 unsigned int i, len, window, lastwindow = 0; local
[all...]
H A Dnsec3_50.c51 int window; local
120 for (window = 0; window < 256 ; window++) {
122 * Find if we have a type in this window.
125 if (bm[window * 32 + octet] != 0)
129 RETERR(uint8_tobuffer(window, target));
131 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
140 unsigned int window, len; local
208 window
244 unsigned int window, lastwindow = 0; local
350 unsigned int i, len, window, lastwindow = 0; local
[all...]
/freebsd-9.3-release/contrib/dialog/
H A Dcalendar.c53 WINDOW *window; member in struct:_box
227 werase(data->window);
233 wattrset(data->window, menubox_attr); /* daynames headline */
235 mvwprintw(data->window,
249 wattrset(data->window, menubox_attr); /* weeknumbers headline */
250 mvwprintw(data->window,
258 if (wmove(data->window, y, this_x) == ERR)
260 wattrset(data->window, item_attr); /* not selected days */
262 wattrset(data->window, item_selected_attr); /* selected day */
268 wprintw(data->window, "
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_exp.c249 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
296 window = BN_window_bits_for_exponent_size(bits);
297 if (window > 1) {
300 j = 1 << (window - 1);
311 wvalue = 0; /* The 'value' of the window */
312 wstart = bits - 1; /* The top bit of the window */
313 wend = 0; /* The bottom bit of the window */
330 * a window to do. To do this we need to scan forward until the last
331 * set bit before the end of the window
336 for (i = 1; i < window;
377 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
525 MOD_EXP_CTIME_COPY_TO_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
547 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) argument
619 int i, bits, ret = 0, idx, window, wvalue; local
938 int i, j, bits, ret = 0, wstart, wend, window, wvalue; local
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc_auth_des.c39 * (2) The timestamp plus the window is less than the current time.
43 * It is up to the server to determine if the window size is
86 u_int window; /* credential lifetime window */ member in struct:cache_entry
126 u_int window; local
159 cred->adc_fullname.window = (u_long)*ixdr++;
211 cryptbuf[1].key.high = cred->adc_fullname.window;
245 window = IXDR_GET_U_LONG(ixdr);
247 if (winverf != window - 1) {
248 debug("window verifie
[all...]
H A Dauthdes_prot.c67 ATTEMPT(xdr_opaque(xdrs, (caddr_t)&cred->adc_fullname.window,
68 sizeof(cred->adc_fullname.window)));
/freebsd-9.3-release/include/rpc/
H A Dauth_kerb.h54 * A fullname contains the ticket and the window
58 u_long window; /* associated window */ member in struct:authkerb_fullname
79 u_long window; /* associated window */ member in struct:authkerb_clnt_cred
108 * akv_winverf is the credential window + 1.
119 * akv_timeverf is the client's timestamp + client's window

Completed in 221 milliseconds

12345