Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgconfig.c147 const gx_io_device *const gx_io_device_table[] = { variable
154 const unsigned gx_io_device_table_count = countof(gx_io_device_table) - 1;
H A Dgconf.c147 const gx_io_device *const gx_io_device_table[] = { variable
154 const unsigned gx_io_device_table_count = countof(gx_io_device_table) - 1;
H A Dgscdefs.h76 extern const gx_io_device * const gx_io_device_table[]
H A Dgsiodev.c86 memcpy(table[i], gx_io_device_table[i], sizeof(gx_io_device)); in gs_iodev_init()
H A Dzfile.c1031 gx_io_device iodev_default_copy = *gx_io_device_table[0]; in lib_fopen()