Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c15396 typedef struct Window Window; typedef
20450 struct Window { global() struct
20462 ppThisWindow global() argument
20463 pNextWinWindow global() argument
20486 bExprArgsWindow global() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp354 enum class Type { Window, Pad }; enumerator
571 class Window : public Surface { class
573 Window(cons function in curses::Window
580 Window(const char *name, WINDOW *w, bool del = true) Window() function in curses::Window
590 Window(const char *name, const Rect &bounds) Window() function in curses::Window
[all...]