Home
last modified time | relevance | path

Searched defs:__window (Results 1 – 7 of 7) sorted by relevance

/dports/editors/vigor/vigor-0.016/curses/
H A Dcurses.h139 typedef struct __window { /* Window structure. */ struct
140 struct __window *nextp, *orig; /* Subwindows list and parent. */ argument
141 size_t begy, begx; /* Window home. */
142 size_t cury, curx; /* Current x, y coordinates. */
143 size_t maxy, maxx; /* Maximum values for curx, cury. */
144 short ch_off; /* x offset for firstch/lastch. */
145 __LINE **lines; /* Array of pointers to the lines */
146 __LINE *lspace; /* line space (for cleanup) */
147 __LDATA *wspace; /* window space (for cleanup) */
158 unsigned int flags;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/util/
H A Droot.ts16 const __window = typeof window !== 'undefined' && window; constant
/dports/misc/netron/node_modules/rxjs/src/internal/util/
H A Droot.ts16 const __window = typeof window !== 'undefined' && window; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/util/
H A Droot.ts16 const __window = typeof window !== 'undefined' && window; constant
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/util/
H A Droot.ts16 const __window = typeof window !== 'undefined' && window; constant
/dports/audio/exaile/exaile-4.1.1/plugins/osd/
H A D__init__.py94 __window = None variable in OSDPlugin
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dwindow.py424 __window = None variable in _Unique