HomeSort by: relevance | last modified time | path
    Searched refs:window (Results 1 - 25 of 450) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/texinfo/dist/info/
echo-area.h 39 extern void echo_area_inform_of_deleted_window (WINDOW *window);
42 extern char * info_read_completing_internal (WINDOW *window, char *prompt,
46 or NULL if the user aborted out of this read. WINDOW is the currently
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);
52 Takes arguments of WINDOW, PROMPT, and COMPLETIONS, a REFERENCE **. */
53 char *info_read_completing_in_echo_area (WINDOW *window
    [all...]
indices.h 33 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)
    [all...]
session.h 38 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,
    [all...]
window.c 1 /* $NetBSD: window.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* 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. */
33 WINDOW *the_screen = NULL;
35 /* The window which describes the echo area. */
36 WINDOW *the_echo_area = NULL;
39 WINDOW *windows = NULL;
41 /* Pointer to the active window in WINDOW_LIST. *
267 WINDOW *window; local
    [all...]
display.h 46 /* Non-zero if we didn't completely redisplay a window. */
57 extern void display_update_display (WINDOW *window);
60 function only does one window. */
61 extern void display_update_one_window (WINDOW *win);
63 /* Move the screen cursor to directly over the current character in WINDOW. */
64 extern void display_cursor_at_point (WINDOW *window);
73 /* Try to scroll lines in WINDOW. OLD_PAGETOP is the pagetop of WINDOW befor
    [all...]
variables.h 47 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);
footnotes.h 35 /* Create or delete the footnotes window depending on whether footnotes
36 exist in WINDOW's node or not. Returns FN_FOUND if footnotes were found
38 in WINDOW's node. Returns FN_UNABLE if there were footnotes, but the
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. */
window.h 1 /* $NetBSD: window.h,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
3 /* 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. */
42 subsection of the WINDOW structure. We could define a structure which
44 and WINDOW. But that would lead references in the code such as
45 window->state->node which we would like to avoid. Instead, we #define th
    [all...]
session.c 40 static void info_handle_pointer (char *label, WINDOW *window);
56 /* Becomes non-zero when 'q' is typed to an Info window. */
59 /* Array of structures describing for each window which nodes have been
60 visited in that window. */
63 /* Where to add the next window, if we need to add one. */
69 void remember_window_and_node (WINDOW *window, NODE *node);
70 void forget_window_and_nodes (WINDOW *window);
80 WINDOW *window = (WINDOW *)NULL; local
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
nsec.h 42 const uint8_t window = code / 256; local
45 if (!windows[window])
46 memset(bitmap[window], 0, sizeof(bitmap[window]));
47 if (window > highest_window)
48 highest_window = window;
49 windows[window] |= 1 << block;
50 bitmap[window][2 + block] |= (1 << (7 - bit % 8));
54 for (uint32_t window = 0; window <= highest_window; window++)
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
composite.h 77 xcb_window_t window; member in struct:xcb_composite_redirect_window_request_t
92 xcb_window_t window; member in struct:xcb_composite_redirect_subwindows_request_t
107 xcb_window_t window; member in struct:xcb_composite_unredirect_window_request_t
122 xcb_window_t window; member in struct:xcb_composite_unredirect_subwindows_request_t
138 xcb_window_t window; member in struct:xcb_composite_create_region_from_border_clip_request_t
151 xcb_window_t window; member in struct:xcb_composite_name_window_pixmap_request_t
172 xcb_window_t window; member in struct:xcb_composite_get_overlay_window_request_t
197 xcb_window_t window; member in struct:xcb_composite_release_overlay_window_request_t
257 * @brief Redirect the hierarchy starting at "window" to off-screen storage.
260 * @param window The root of the hierarchy to redirect to off-screen storage
    [all...]
composite.c 88 xcb_window_t window,
102 xcb_out.window = window;
117 xcb_window_t window,
131 xcb_out.window = window;
146 xcb_window_t window,
160 xcb_out.window = window;
175 xcb_window_t window,
    [all...]
  /src/common/dist/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
  /src/external/bsd/tmux/dist/
cmd-kill-window.c 24 * Destroy window.
30 .name = "kill-window",
43 .name = "unlink-window",
61 struct window *w = wl->window;
67 cmdq_error(item, "window only linked to one session");
84 if (loop->window != wl->window) {
85 server_kill_window(loop->window, 0);
93 * If the current window appears in the session more than once
    [all...]
cmd-kill-pane.c 53 server_unzoom_window(wl->window);
54 TAILQ_FOREACH_SAFE(loopwp, &wl->window->panes, entry, tmpwp) {
59 window_remove_pane(wl->window, loopwp);
61 server_redraw_window(wl->window);
cmd-rename-window.c 26 * Rename a window.
33 .name = "rename-window",
54 window_set_name(wl->window, newname);
55 options_set_number(wl->window->options, "automatic-rename", 0);
57 server_redraw_window_borders(wl->window);
58 server_status_window(wl->window);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
infback9.h 14 * window must be provided. Also if int's are 16 bits, then a zero for
28 unsigned char FAR *window,
31 #define inflateBack9Init(strm, window) \
32 inflateBack9Init_((strm), (window), \
  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
interface.h 21 GtkWidget *window; member in struct:userdata
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hello.cc 18 /* Declare main window widget. */
60 HelloMainWindow *window = new HelloMainWindow (); local
61 QObject::connect (window->button, SIGNAL (clicked ()),
64 application.setMainWidget (window);
68 window->show ();
  /src/external/bsd/nvi/dist/gtk/
gtk_main.c 39 { "/Window/New Window", NULL, win_toplevel, 0, NULL },
41 { "/Window/Show Terminal", NULL, gtk_vi_show_term, 1, NULL },
42 { "/Window/Show Vi", NULL, gtk_vi_show_term, 0, NULL },
75 GtkWidget *window; local
82 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
86 gtk_container_add(GTK_CONTAINER(window), box);
94 gtk_accel_group_attach(accel, GTK_OBJECT(window));
104 window); local
107 window); local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 40 QMainWindow *window = new QMainWindow (); local
41 window->setCaption ("Hello example");
43 QVBox *panel = new QVBox (window);
63 window->resize (panel->frameSize ());
65 application.setMainWidget (window);
69 window->show ();
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
hello.c 25 GtkWidget *window; local
42 window = gnome_app_new ("hello-c-gnome", "Hello example");
43 gtk_widget_realize (window);
44 gtk_signal_connect (GTK_OBJECT (window), "delete_event",
70 gnome_app_set_contents (GNOME_APP (window), panel);
81 gtk_widget_show (window);

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>