| /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/ |
| Hello.h | 11 NSWindow *window; variable
|
| /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/crypto/external/cpl/trousers/dist/src/tspi/gtk/ |
| interface.h | 21 GtkWidget *window; member in struct:userdata
|
| /src/common/dist/zlib/examples/ |
| zran.h | 14 unsigned char window[32768]; // preceding 32K of uncompressed data member in struct:point
|
| /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/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/ |
| hello.cc | 28 Gtk::Window *window; local 46 window = new Gtk::Window (GTK_WINDOW_TOPLEVEL); 47 window->set_title ("Hello example"); 48 window->realize (); 49 window->delete_event.connect (SigC::slot (quit_callback)); 72 window->add (*panel); 83 window->show ();
|
| /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);
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| zran.h | 14 unsigned char window[32768]; // preceding 32K of uncompressed data member in struct:point
|
| /src/common/dist/zlib/contrib/infback9/ |
| inflate9.h | 36 /* sliding window */ 37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
|
| /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/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inflate9.h | 36 /* sliding window */ 37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| inflate9.h | 36 /* sliding window */ 37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
|
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| inflate9.h | 36 /* sliding window */ 37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
| inflate9.h | 36 /* sliding window */ 37 unsigned char FAR *window; /* allocated sliding window, if needed */ member in struct:inflate_state
|
| /src/common/dist/zlib/ |
| inffast.c | 62 unsigned wsize; /* window size or zero if not using window */ 63 unsigned whave; /* valid bytes in the window */ 64 unsigned wnext; /* window write index */ 65 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 74 /* window position, window bytes to copy */ 92 window = state->window; [all...] |
| /src/external/bsd/tmux/dist/ |
| cmd-set-option.c | 49 .name = "set-window-option", 95 int window, idx, already, error, ambiguous; local 98 window = (cmd_get_entry(self) == &cmd_set_window_option_entry); 131 scope = options_scope_from_name(args, window, name, target, &oo,
|
| cmd-show-options.c | 51 .name = "show-window-options", 83 int window, idx, ambiguous, parent, scope; local 86 window = (cmd_get_entry(self) == &cmd_show_window_options_entry); 89 scope = options_scope_from_flags(args, window, target, &oo, 112 scope = options_scope_from_name(args, window, name, target, &oo,
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inffast.c | 82 unsigned wsize; /* window size or zero if not using window */ 83 unsigned whave; /* valid bytes in the window */ 84 unsigned write; /* window write index */ 85 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 94 /* window position, window bytes to copy */ 112 window = state->window; [all...] |
| /src/external/gpl2/texinfo/dist/info/ |
| info.h | 97 /* A structure associating the nodes visited in a particular window. */ 99 WINDOW *window; /* The window that this list is attached to. */ 100 NODE **nodes; /* Array of nodes visited in this window. */ 108 /* Array of structures describing for each window which nodes have been 109 visited in that window. */ 112 /* For handling errors. If you initialize the window system, you should 129 /* Print FORMAT with ARG1 and ARG2. If the window system was initialized, 162 extern char *read_function_name (char *prompt, WINDOW *window) 98 WINDOW *window; \/* The window that this list is attached to. *\/ member in struct:__anon9526 [all...] |
| /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/ |
| inffas8664.c | 91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
member in struct:inffast_ar 96 /* 92 48 */ unsigned wsize; /* window size */
97 /* 96 52 */ unsigned write; /* window write index */
134 ar.window = state->window;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| inffast.c | 60 unsigned wsize; /* window size or zero if not using window */ 61 unsigned whave; /* valid bytes in the window */ 62 unsigned wnext; /* window write index */ 63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 72 /* window position, window bytes to copy */ 90 window = state->window; [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/ |
| inffas8664.c | 91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
member in struct:inffast_ar 96 /* 92 48 */ unsigned wsize; /* window size */
97 /* 96 52 */ unsigned write; /* window write index */
134 ar.window = state->window;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| inffast.c | 63 unsigned wsize; /* window size or zero if not using window */ 64 unsigned whave; /* valid bytes in the window */ 65 unsigned wnext; /* window write index */ 66 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ local 75 /* window position, window bytes to copy */ 93 window = state->window; [all...] |
| /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/ |
| inffas8664.c | 91 /* 56 28 */ unsigned char FAR *window;/* size of window, wsize!=0 */
member in struct:inffast_ar 96 /* 92 48 */ unsigned wsize; /* window size */
97 /* 96 52 */ unsigned write; /* window write index */
134 ar.window = state->window;
|