Searched refs:INT10Options (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_mem.c30 static const OptionInfoRec INT10Options[] = { variable in typeref:typename:const OptionInfoRec[]
211 if (!(options = (OptionInfoPtr) malloc(sizeof(INT10Options))))
214 (void)memcpy(options, INT10Options, sizeof(INT10Options));
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_mem.c30 static const OptionInfoRec INT10Options[] = { variable in typeref:typename:const OptionInfoRec[]
210 if (!(options = (OptionInfoPtr) malloc(sizeof(INT10Options))))
213 (void) memcpy(options, INT10Options, sizeof(INT10Options));

Completed in 25 milliseconds