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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt9.C12 class window { class
17 widget fp = (widget) &window::Isopen; // { dg-error "" } // ERROR -
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt9.C12 class window { class
17 widget fp = (widget) &window::Isopen; // { dg-error "" } // ERROR -
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr28187.c7 int window = 0; local
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
11 if (window < last) {
14 bar(window);
15 bar(window++);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28187.c7 int window = 0; local
9 while (window < last || outstanding) {
10 while (outstanding < 47 && window < last) {
11 if (window < last) {
14 bar(window);
15 bar(window++);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D990523-1.c14 float *window = decwin + 16 - bo1; local
15 for (j=15;j;j--,b0-=0x20,window-=0x10,samples+=step)
18 sum -= *(--window) * *b0++;
19 sum -= *(--window) * *b0++;
20 sum -= *(--window) * *b0++;
21 sum -= *(--window) * *b0++;
22 sum -= *(--window) * *b0++;
23 sum -= *(--window) * *b0++;
24 sum -= *(--window) * *b0++;
25 sum -= *(--window) * *b
[all...]
H A Dpr29201.c34 void meta_window_get_position (MetaWindow * window, int *x, int *y);
41 MetaWindow *window; member in struct:_MetaFrame
52 adjust_for_gravity (MetaWindow * window, MetaFrameGeometry * fgeom, argument
77 meta_window_move_resize_internal (MetaWindow * window, argument
89 adjust_for_gravity (window, window->frame ? &fgeom : ((void *) 0),
90 is_configure_request, window->size_hints.win_gravity,
93 meta_window_constrain (window, window->frame ? &fgeom : ((void *) 0), flags,
103 window
109 meta_window_get_position(MetaWindow * window, int *x, int *y) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D990523-1.c14 float *window = decwin + 16 - bo1; local
15 for (j=15;j;j--,b0-=0x20,window-=0x10,samples+=step)
18 sum -= *(--window) * *b0++;
19 sum -= *(--window) * *b0++;
20 sum -= *(--window) * *b0++;
21 sum -= *(--window) * *b0++;
22 sum -= *(--window) * *b0++;
23 sum -= *(--window) * *b0++;
24 sum -= *(--window) * *b0++;
25 sum -= *(--window) * *b
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.h39 extern void echo_area_inform_of_deleted_window (WINDOW *window);
42 extern char * info_read_completing_internal (WINDOW *window, char *prompt,
47 active window, so that we can restore it when we need to. PROMPT, if
49 extern char *info_read_in_echo_area (WINDOW *window, char *prompt);
53 char *info_read_completing_in_echo_area (WINDOW *window,
59 extern char *info_read_maybe_completing (WINDOW *window,
62 extern void ea_insert (WINDOW *window, int count, unsigned char key);
63 extern void ea_quoted_insert (WINDOW *window, int count, unsigned char key);
64 extern void ea_beg_of_line (WINDOW *window, int count, unsigned char key);
65 extern void ea_backward (WINDOW *window, in
[all...]
H A Dindices.h33 extern REFERENCE **info_indices_of_window (WINDOW *window);
41 extern void info_index_search (WINDOW *window, int count, unsigned char key);
42 extern void info_next_index_match (WINDOW *window, int count, unsigned char key);
43 extern void info_index_apropos (WINDOW *window, int count, unsigned char key);
44 extern void do_info_index_search (WINDOW *window, int count, char *search_string);
45 extern int index_entry_exists (WINDOW *window, char *string);
H A Dsession.h38 void name (WINDOW *window, int count, unsigned char key)
70 extern void remember_window_and_node (WINDOW *window, NODE *node);
71 extern void set_remembered_pagetop_and_point (WINDOW *window);
72 extern void set_window_pagetop (WINDOW *window, int desired_top);
73 extern void info_set_node_of_window (int remember, WINDOW *window,
78 extern FILE_BUFFER *file_buffer_of_window (WINDOW *window);
80 long int start, WINDOW *window, int dir, int case_sensitive);
83 extern void info_select_reference (WINDOW *window, REFERENCE *entry);
92 /* Do the physical deletion of WINDOW, and forget this window and
94 extern void info_delete_window_internal (WINDOW *window);
[all...]
H A Dwindow.c3 /* window.c -- windows in Info.
4 Id: window.c,v 1.4 2004/04/11 17:56:46 karl Exp
27 #include "window.h"
32 /* The window which describes the screen. */
35 /* The window which describes the echo area. */
41 /* Pointer to the active window in WINDOW_LIST. */
52 /* Initalize the window system by creating THE_SCREEN and THE_ECHO_AREA.
53 Create the first window ever.
81 initial window cannot be the same size as the screen, since the screen
82 includes the echo area. So, we make the height of the initial window
267 WINDOW *window; local
379 window_change_window_height(WINDOW *window, int amount) argument
563 window_toggle_wrap(WINDOW *window) argument
597 window_set_node_of_window(WINDOW *window, NODE *node) argument
615 window_delete_window(WINDOW *window) argument
789 calculate_line_starts(WINDOW *window) argument
904 recalculate_line_starts(WINDOW *window) argument
918 window_adjust_pagetop(WINDOW *window) argument
975 window_line_of_point(WINDOW *window) argument
997 window_get_goal_column(WINDOW *window) argument
1012 window_get_cursor_column(WINDOW *window) argument
1078 window_make_modeline(WINDOW *window) argument
1192 window_goto_percentage(WINDOW *window, int percent) argument
1211 window_get_state(WINDOW *window, SEARCH_STATE *state) argument
1220 window_set_state(WINDOW *window, SEARCH_STATE *state) argument
[all...]
H A Ddisplay.h46 /* Non-zero if we didn't completely redisplay a window. */
57 extern void display_update_display (WINDOW *window);
60 function only does one window. */
64 extern void display_cursor_at_point (WINDOW *window);
75 starts that used to appear in this window. OLD_COUNT is the number of lines
77 extern void display_scroll_line_starts (WINDOW *window, int old_pagetop,
H A Dvariables.h47 extern VARIABLE_ALIST *read_variable_name (char *prompt, WINDOW *window);
54 extern void set_variable (WINDOW *window, int count, unsigned char key);
55 extern void describe_variable (WINDOW *window, int count, unsigned char key);
H A Dfootnotes.h35 /* Create or delete the footnotes window depending on whether footnotes
39 window to show them couldn't be made. */
40 extern int info_get_or_remove_footnotes (WINDOW *window);
42 /* Non-zero means attempt to show footnotes when displaying a new window. */
H A Dwindow.h3 /* window.h -- Structure and flags used in manipulating Info windows.
4 Id: window.h,v 1.3 2004/04/11 17:56:46 karl Exp
33 /* Smallest number of visible lines in a window. The actual height is
34 always one more than this number because each window has a modeline. */
38 window. This number includes the modeline of the window. */
45 window->state->node which we would like to avoid. Instead, we #define the
47 if you need to change window state information, here is where you would
50 NODE *node; /* The node displayed in this window. */ \
54 /* Structure which defines a window
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dh-boetes.conf12 set-window-option -g window-status-current-attr bright,reverse
13 set-window-option -g window-status-current-bg cyan
14 set-window-option -g window-status-current-fg black
23 bind -n F1 select-window -t 1
24 bind -n F2 select-window -t 2
25 bind -n F3 select-window -t 3
26 bind -n F4 select-window
[all...]
H A Dt-williams.conf21 # send the prefix to client inside window (ala nested sessions)
24 # toggle last window like screen
25 bind-key C-a last-window
27 # confirm before killing a window or the server
28 bind-key k confirm kill-window
38 # open a man page in new window
39 bind / command-prompt "split-window 'exec man %%'"
42 bind '~' split-window "exec htop"
53 # start window indexing at one instead of zero
56 # enable wm window title
[all...]
H A Dscreen-keys.conf28 bind ^C new-window
30 bind c new-window
42 bind ^@ next-window
44 bind ^N next-window
46 bind " " next-window
48 bind n next-window
52 bind A command-prompt "rename-window %%"
56 bind ^A last-window
60 bind ^H previous-window
62 bind ^P previous-window
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sparc/
H A Dwindow.s1 # Test window
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-kill-pane.c51 if (window_count_panes(wl->window) == 1) {
52 /* Only one pane, kill the window. */
53 server_kill_window(wl->window);
59 loopwp = TAILQ_FIRST(&wl->window->panes);
64 window_remove_pane(wl->window, loopwp);
70 window_remove_pane(wl->window, wp);
72 server_redraw_window(wl->window);
H A Dcmd-rename-window.c1 /* $Id: cmd-rename-window.c,v 1.1.1.2 2011/08/17 18:40:04 jmmv Exp $ */
26 * Rename a window.
32 "rename-window", "renamew",
51 xfree(wl->window->name);
52 wl->window->name = xstrdup(args->argv[0]);
53 options_set_number(&wl->window->options, "automatic-rename", 0);
55 server_status_window(wl->window);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dmethod-3.mm11 - (id) window;
16 - (Base *) window;
23 [r window];
H A Dmethod-4.mm11 - (id) window; /* { dg-warning "using .\\-\\(id\\)window" } */
16 - (Base *) window; /* { dg-warning "also found .\\-\\(Base \\*\\)window." } */
23 [r window]; /* { dg-warning "multiple methods named .\\-window. found" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dmethod-16.m11 - (id) window;
16 - (Base *)window;
23 [r window];
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dcomposite.h79 xcb_window_t window; /**< */ member in struct:xcb_composite_redirect_window_request_t
94 xcb_window_t window; /**< */ member in struct:xcb_composite_redirect_subwindows_request_t
109 xcb_window_t window; /**< */ member in struct:xcb_composite_unredirect_window_request_t
124 xcb_window_t window; /**< */ member in struct:xcb_composite_unredirect_subwindows_request_t
140 xcb_window_t window; /**< */ member in struct:xcb_composite_create_region_from_border_clip_request_t
153 xcb_window_t window; /**< */ member in struct:xcb_composite_name_window_pixmap_request_t
174 xcb_window_t window; /**< */ member in struct:xcb_composite_get_overlay_window_request_t
199 xcb_window_t window; /**< */ member in struct:xcb_composite_release_overlay_window_request_t
303 ** @param xcb_window_t window
311 xcb_window_t window /**< */,
[all...]

Completed in 128 milliseconds

1234567891011>>