Searched refs:dummyStart (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ | ||
| H A D | dmxprint.c | 249 DMXConfigToken dummyStart = { T_DISPLAY, 0, NULL }; local in function:dmxConfigPrintDisplay 303 dmxConfigPrintToken(p->start ? p->start : &dummyStart); 345 DMXConfigToken dummyStart = { T_OPTION, 0, NULL }; local in function:dmxConfigPrintOption 351 dmxConfigPrintToken(p->start ? p->start : &dummyStart); 400 DMXConfigToken dummyStart = { T_VIRTUAL, 0, NULL }; local in function:dmxConfigPrintVirtual 413 dmxConfigPrintToken(p->start ? p->start : &dummyStart); |
Completed in 2 milliseconds