Home
last modified time | relevance | path

Searched refs:dev_cache2 (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxchar.h91 gx_device_memory *dev_cache2; /* underlying alpha memory device, */ member
H A Dgxchar.c61 ENUM_PTR3(2, gs_show_enum, dev_cache, dev_cache2, dev_null);
68 RELOC_PTR3(gs_show_enum, dev_cache, dev_cache2, dev_null); in RELOC_PTRS_WITH()
105 penum->dev_cache2 = 0; in gs_show_enum_alloc()
582 penum->dev_cache2 : NULL), in set_cache_device()
1294 if (penum->dev_cache2) { in gx_show_text_release()
1295 gx_device_retain((gx_device *)penum->dev_cache2, false); in gx_show_text_release()
1296 penum->dev_cache2 = 0; in gx_show_text_release()
1527 penum->dev_cache2 = dev2; in show_cache_setup()