Home
last modified time | relevance | path

Searched defs:Window (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15396 typedef struct Window Window; typedef
20450 struct Window { struct
20462 Window **ppThis; /* Pointer to this object in Select.pWin list */ argument
20463 Window *pNextWin; /* Next window function belonging to this SELECT */ argument
20486 SQLITE_PRIVATE void sqlite3WindowDelete(sqlite3*, Window*); argument
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp354 enum class Type { Window, Pad }; enumerator
571 class Window : public Surface { class
573 Window(const char *name) in Window() function in curses::Window
580 Window(const char *name, WINDOW *w, bool del = true) in Window() function in curses::Window
590 Window(const char *name, const Rect &bounds) in Window() function in curses::Window