Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Dwindow.h43 explicit Window(HpcBootApp &app) in Window() function
45 explicit Window(HpcBootApp &app, HWND parent) in Window() function
/netbsd-src/sys/arch/amiga/stand/bootblock/boot/
H A Damigagraph.h73 struct Window { struct
74 u_int8_t dum1[136];
/netbsd-src/games/mille/
H A Dextern.c86 Window = W_SMALL, /* Current window wanted */ variable
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15350 typedef struct Window Window; typedef
20375 struct Window { struct
20387 Window **ppThis; /* Pointer to this object in Select.pWin list */ argument
20388 Window *pNextWin; /* Next window function belonging to this SELECT */ argument
20408 SQLITE_PRIVATE void sqlite3WindowDelete(sqlite3*, Window*); argument