Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFiles.c78 XF86ConfFilesPtr
86 parsePrologue(XF86ConfFilesPtr, XF86ConfFilesRec) in xf86parseFilesSection()
174 xf86printFileSection(FILE * cf, XF86ConfFilesPtr ptr) in xf86printFileSection()
216 xf86freeFiles(XF86ConfFilesPtr p) in xf86freeFiles()
H A DconfigProcs.h39 XF86ConfFilesPtr xf86parseFilesSection(void);
40 void xf86printFileSection(FILE * cf, XF86ConfFilesPtr ptr);
41 void xf86freeFiles(XF86ConfFilesPtr p);
H A Dxf86Parser.h78 } XF86ConfFilesRec, *XF86ConfFilesPtr; typedef
419 XF86ConfFilesPtr conf_files;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c421 static XF86ConfFilesPtr
424 parsePrologue(XF86ConfFilesPtr, XF86ConfFilesRec); in configureFilesSection()
H A Dxf86Config.c524 configFiles(XF86ConfFilesPtr fileconf) in configFiles()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinconfig.c554 XF86ConfFilesPtr filesptr = NULL; in winConfigFiles()