Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVendor.c142 XF86ConfVendorPtr
148 parsePrologue(XF86ConfVendorPtr, XF86ConfVendorRec) in xf86parseVendorSection()
197 xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr) in xf86printVendorSection()
224 xf86freeVendorList(XF86ConfVendorPtr p) in xf86freeVendorList()
H A DconfigProcs.h95 XF86ConfVendorPtr xf86parseVendorSection(void);
96 void xf86freeVendorList(XF86ConfVendorPtr p);
97 void xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr);
H A Dxf86Parser.h404 } XF86ConfVendorRec, *XF86ConfVendorPtr; typedef
431 XF86ConfVendorPtr conf_vendor_lst;
H A Dread.c190 XF86ConfVendorPtr); in xf86readConfigFile()