Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsdevice.c245 gs_memory_struct_type_t *a_std = 0; in gs_copydevice2() local
253 a_std = (gs_memory_struct_type_t *) in gs_copydevice2()
256 if (!a_std) in gs_copydevice2()
258 *a_std = *std; in gs_copydevice2()
259 new_std = a_std; in gs_copydevice2()
265 a_std = (gs_memory_struct_type_t *) in gs_copydevice2()
268 if (!a_std) in gs_copydevice2()
270 gx_device_make_struct_type(a_std, dev); in gs_copydevice2()
271 new_std = a_std; in gs_copydevice2()
297 if (a_std) in gs_copydevice2()
[all …]