Home
last modified time | relevance | path

Searched refs:Window (Results 1 – 25 of 149) sorted by relevance

123456

/netbsd/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.cpp37 Window::_wnd_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) in _wnd_proc()
39 Window *w; in _wnd_proc()
45 w = reinterpret_cast <Window *>(s->lpCreateParams); in _wnd_proc()
51 w = reinterpret_cast <Window *>(GetWindowLong(h, 0)); in _wnd_proc()
64 Window::_dlg_proc(HWND h, UINT msg, WPARAM param, LPARAM lparam) in _dlg_proc()
66 Window *w; in _dlg_proc()
70 w = reinterpret_cast <Window *>(lparam); in _dlg_proc()
72 w = reinterpret_cast <Window *>(GetWindowLong(h, DWL_USER)); in _dlg_proc()
81 Window::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) in proc()
H A Drootwindow.h38 class RootWindow : public Window {
72 class BootButton : public Window
78 : Window(app, root._window), _root(root) { in BootButton()
85 class CancelButton : public Window
91 : Window(app, root._window), _root(root) { in CancelButton()
98 class ProgressBar : public Window
104 : Window(app, root._window), _root(root) { in ProgressBar()
H A Dwindow.h35 class Window {
43 explicit Window(HpcBootApp &app) in Window() function
45 explicit Window(HpcBootApp &app, HWND parent) in Window() function
47 virtual ~Window(void) { /* NO-OP */ } in ~Window()
H A Dtabwindow.h37 class TabWindowBase : public Window {
48 : Window(app, parent) { in TabWindowBase()
73 class TabWindow : public Window
84 : Window(base._app, base._window), _base(base), _name(name) { in TabWindow()
H A Dtabwindow.cpp132 reinterpret_cast <DLGPROC>(Window::_dlg_proc), in create()
/netbsd/sys/arch/amiga/stand/bootblock/boot/
H A Dlibstubs.h81 struct Window *OpenWindowTagList(struct Window *, const u_int32_t *);
82 struct Window *OpenWindowTag(struct Window *, ...);
85 void CloseWindow(struct Window *);
H A Damigagraph.h73 struct Window { struct
/netbsd/games/mille/
H A Dinit.c178 was_full = (Window != W_FULL); in newscore()
194 else if ((Window == W_FULL || Finished) ^ was_full) { in newscore()
199 else if (Window != last_win) in newscore()
216 if (Window == W_FULL || Finished) { in newscore()
255 was_full = (Window == W_FULL || Finished); in newscore()
256 last_win = Window; in newscore()
H A Dvarpush.c66 { (void *) &Window, sizeof Window }, in varpush()
H A Dmove.c395 if (Window == W_SMALL) { in getmove()
410 Window = nextwin(Window); in getmove()
428 if (Window != W_FULL) in getmove()
H A Dextern.c86 Window = W_SMALL, /* Current window wanted */ variable
H A Dmille.h219 Numneed[], Numseen[NUM_CARDS], Play, Window;
/netbsd/external/bsd/less/dist/
H A Dscrsize.c52 Window window;
99 get_winsize(dpy, (Window) atol(cp), &size[0], &size[1]);
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
H A Dhello.cc28 Gtk::Window *window; in main()
46 window = new Gtk::Window (GTK_WINDOW_TOPLEVEL); in main()
/netbsd/external/mit/xorg/server/xorg-server.old/hw/xnest/
H A DMakefile18 Pixmap.c Pointer.c Screen.c Visual.c Window.c \
46 CPPFLAGS.Window.c= -Wno-error
/netbsd/external/mit/xorg/server/xorg-server/hw/xnest/
H A DMakefile18 Pixmap.c Pointer.c Screen.c Visual.c Window.c \
47 CPPFLAGS.Window.c= -Wno-error
/netbsd/distrib/syspkg/sets/etc/etc-x11-rc/
H A DCOMMENT1 startup scripts for the X11 X Window System
H A DDESCR1 startup scripts for the X11 X Window System
/netbsd/external/gpl2/groff/dist/
H A DMANIFEST71 devX100 100dpi device for X Window System.
73 devX75 75dpi device for X Window System.
96 xditview A groff (pre)viewer for the X Window system.
/netbsd/external/gpl3/gdb/dist/gdb/python/
H A Dpy-tui.c340 #define REQUIRE_WINDOW(Window) \ argument
342 if ((Window)->window == nullptr) \
/netbsd/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-tui.c340 #define REQUIRE_WINDOW(Window) \ argument
342 if ((Window)->window == nullptr) \
/netbsd/external/bsd/nvi/dist/motif/
H A Dm_cde.c70 Window root = DefaultRootWindow( d ); in is_cde()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Darmada-xp-matrix.dts26 * Window address range
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dreadme.txt109 Use Output Window <Check this option>
118 By enabling "Use Output Window", you can click on error messages in
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dxwindows4 # xwindows: file(1) magic for various X/Window system file formats.

123456