Searched refs:Window (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20020430-1.c11 typedef XID Window; typedef
20 Window window;
21 Window root;
22 Window subwindow;
35 Window window;
36 Window root;
37 Window subwindow;
50 Window window;
51 Window root;
52 Window subwindo
[all...]
/openbsd-current/games/mille/
H A Dvarpush.c64 { (void *) &Window, sizeof Window },
H A Dinit.c169 was_full = (Window != W_FULL);
185 else if ((Window == W_FULL || Finished) ^ was_full) {
190 else if (Window != last_win)
207 if (Window == W_FULL || Finished) {
246 was_full = (Window == W_FULL || Finished);
247 last_win = Window;
H A Dextern.c79 Window = W_SMALL, /* Current window wanted */ variable
H A Dmove.c367 if (Window == W_SMALL) {
381 case 'W': /* Window toggle */
382 Window = nextwin(Window);
400 if (Window != W_FULL)
H A Dmille.h198 Numneed[], Numseen[NUM_CARDS], Play, Window;
H A Dprint.c128 if (Window == W_FULL || Finished) {
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp101 class Window;
105 typedef std::shared_ptr<Window> WindowSP;
317 virtual bool WindowDelegateDraw(Window &window, bool force) {
321 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) {
336 bool WindowDelegateDraw(Window &window, bool force) override;
338 HandleCharResult WindowDelegateHandleChar(Window &window, int key) override;
352 // object, such as a Window or a Pad.
355 enum class Type { Window, Pad }; member in class:curses::Surface::Type
572 class Window : public Surface { class in namespace:curses
574 Window(cons function in class:curses::Window
581 Window(const char *name, WINDOW *w, bool del = true) function in class:curses::Window
591 Window(const char *name, const Rect &bounds) function in class:curses::Window
[all...]
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/
H A DProcess.pm1541 see Window Styles.
2349 QW_* Query-Window flag
2351 WS_* Window Style flag
/openbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s2710 andn %g7, 0x07f, %g5 ! Window spill traps are all 0b 0000 10xx xxxx
2711 cmp %g5, 0x080 ! Window fill traps are all 0b 0000 11xx xxxx

Completed in 219 milliseconds