Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp355 enum class Type { Window, Pad }; enumerator
572 class Window : public Surface { class
574 Window(const char *name) in Window() function in lldb_private::curses::Window
581 Window(const char *name, WINDOW *w, bool del = true) in Window() function in lldb_private::curses::Window
591 Window(const char *name, const Rect &bounds) in Window() function in lldb_private::curses::Window
/freebsd/contrib/sqlite3/
H A Dsqlite3.c16426 typedef struct Window Window; typedef
21571 struct Window { struct
21583 Window **ppThis; /* Pointer to this object in Select.pWin list */ argument
21584 Window *pNextWin; /* Next window function belonging to this SELECT */ argument
21607 SQLITE_PRIVATE void sqlite3WindowDelete(sqlite3*, Window*); argument