| /plan9-contrib/sys/src/cmd/gs/src/ |
| H A D | dwmainc.c | 141 int display_open(void *handle, void *device) in display_open() 154 int display_preclose(void *handle, void *device) in display_preclose() 168 int display_close(void *handle, void *device) in display_close() 186 int display_presize(void *handle, void *device, int width, int height, in display_presize() 202 int display_size(void *handle, void *device, int width, int height, in display_size() 220 int display_sync(void *handle, void *device) in display_sync() 234 int display_page(void *handle, void *device, int copies, int flush) in display_page() 247 int display_update(void *handle, void *device, in display_update() 264 void *display_memalloc(void *handle, void *device, unsigned long size) in display_memalloc() 278 int display_memfree(void *handle, void *device, void *mem) in display_memfree() [all …]
|
| H A D | tttypes.h | 178 #define HANDLE_Val( handle ) ((handle).z) argument 180 #define HANDLE_Engine( handle ) ((PEngine_Instance)HANDLE_Val( handle )) argument 182 #define HANDLE_Face( handle ) ((PFace)HANDLE_Val( handle )) argument 184 #define HANDLE_Instance( handle ) ((PInstance)HANDLE_Val( handle )) argument 188 #define HANDLE_Glyph( handle ) ((PGlyph)HANDLE_Val( handle )) argument 190 #define HANDLE_CharMap( handle ) ((PCMapTable)HANDLE_Val( handle )) argument 192 #define HANDLE_Set( handle, val ) ((handle).z = (void*)(val)) argument
|
| H A D | dwmain.c | 95 static int GSDLLCALL gsdll_poll(void *handle) in gsdll_poll() 108 static int display_open(void *handle, void *device) in display_open() 124 static int display_preclose(void *handle, void *device) in display_preclose() 137 static int display_close(void *handle, void *device) in display_close() 155 static int display_presize(void *handle, void *device, int width, int height, in display_presize() 170 static int display_size(void *handle, void *device, int width, int height, in display_size() 188 static int display_sync(void *handle, void *device) in display_sync() 203 static int display_page(void *handle, void *device, int copies, int flush) in display_page() 219 static int display_update(void *handle, void *device, in display_update() 228 int display_separation(void *handle, void *device, in display_separation()
|
| H A D | dmmain.c | 66 void *handle; member 141 static int GSDLLCALL gsdll_poll(void *handle) in gsdll_poll() 156 static int display_open(void *handle, void *device) in display_open() 181 static int display_preclose(void *handle, void *device) in display_preclose() 189 static int display_close(void *handle, void *device) in display_close() 220 static int display_presize(void *handle, void *device, int width, int height, in display_presize() 236 static int display_size(void *handle, void *device, int width, int height, in display_size() 280 static int display_sync(void *handle, void *device) in display_sync() 294 static int display_page(void *handle, void *device, int copies, int flush) in display_page() 301 static int display_update(void *handle, void *device, in display_update() [all …]
|
| H A D | dpmain.c | 325 void *handle; member 350 image_find(void *handle, void *device) in image_find() 547 int display_open(void *handle, void *device) in display_open() 660 int display_preclose(void *handle, void *device) in display_preclose() 700 int display_close(void *handle, void *device) in display_close() 723 int display_presize(void *handle, void *device, int width, int height, in display_presize() 768 int display_size(void *handle, void *device, int width, int height, in display_size() 858 int display_sync(void *handle, void *device) in display_sync() 882 int display_page(void *handle, void *device, int copies, int flush) in display_page() 898 void *display_memalloc(void *handle, void *device, unsigned long size) in display_memalloc() [all …]
|
| H A D | unistd_.h | 40 # define fsync(handle) _commit(handle) argument 49 # define fsync(handle) _commit(handle) argument
|
| H A D | dxmain.c | 153 void *handle; member 182 image_find(void *handle, void *device) in image_find() 422 static int display_open(void *handle, void *device) in display_open() 452 static int display_preclose(void *handle, void *device) in display_preclose() 482 static int display_close(void *handle, void *device) in display_close() 503 static int display_presize(void *handle, void *device, int width, int height, in display_presize() 513 static int display_size(void *handle, void *device, int width, int height, in display_size() 677 static int display_sync(void *handle, void *device) in display_sync() 1044 static int display_page(void *handle, void *device, int copies, int flush) in display_page() 1050 static int display_update(void *handle, void *device, in display_update() [all …]
|
| H A D | stdio_.h | 72 # define fdopen(handle,mode) _fdopen(handle,mode) argument
|
| H A D | gp_wsync.c | 32 HANDLE handle; /* returned from CreateSemaphore */ member
|
| H A D | dwimg.h | 40 void *handle; member
|
| H A D | dwimg.c | 106 image_find(void *handle, void *device) in image_find() 119 image_new(void *handle, void *device) in image_new()
|
| H A D | gp_mswin.c | 590 int handle = 0; in mswin_popen() local
|
| H A D | gdevdsp.c | 833 void *handle; in display_put_params() local
|
| /plan9-contrib/sys/include/ |
| H A D | nfs3.h | 71 uchar *handle; member 406 Nfs3Handle handle; member 417 Nfs3Handle handle; member 431 Nfs3Handle handle; member 438 Nfs3Handle handle; member 447 Nfs3Handle handle; member 461 Nfs3Handle handle; member 474 Nfs3Handle handle; member 492 Nfs3Handle handle; member 511 Nfs3Handle handle; member [all …]
|
| H A D | mach.h | 155 void *handle; /* used internally - owning func */ member
|
| /plan9-contrib/sys/src/cmd/gs/jpeg/ |
| H A D | jmemsys.h | 155 handle_union handle; /* reference to backing-store storage object */ member
|
| H A D | jmemdos.c | 291 short handle; in open_file_store() local
|
| /plan9-contrib/sys/src/cmd/bzip2/lib/ |
| H A D | bzlib_stdio_private.h | 58 FILE* handle; member
|
| /plan9-contrib/sys/src/cmd/bzip2/ |
| H A D | bzip2recover.c | 125 FILE* handle; member
|
| /plan9-contrib/acme/bin/source/adict/ |
| H A D | adict.c | 503 handle(Win *w, int wintype) in handle() function
|
| /plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
| H A D | devfs-win32.c | 33 HANDLE handle; member
|
| /plan9-contrib/sys/src/games/mp3enc/ |
| H A D | pcm.c | 929 static lame_t* pointer2lame ( void* const handle ) in pointer2lame()
|
| /plan9-contrib/sys/src/cmd/ |
| H A D | nfs.c | 31 Nfs3Handle handle; member
|