Lines Matching refs:XF86LoadPtr
81 static XF86LoadPtr
82 xf86parseModuleSubSection(XF86LoadPtr head, char *name) in xf86parseModuleSubSection()
86 parsePrologue(XF86LoadPtr, XF86LoadRec) in xf86parseModuleSubSection()
115 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) ptr)); in xf86parseModuleSubSection()
178 XF86LoadPtr lptr; in xf86printModuleSection()
219 XF86LoadPtr
220 xf86addNewLoadDirective(XF86LoadPtr head, const char *name, int type, in xf86addNewLoadDirective()
223 XF86LoadPtr new; in xf86addNewLoadDirective()
238 return ((XF86LoadPtr) xf86addListItem((glp) head, (glp) new)); in xf86addNewLoadDirective()
244 XF86LoadPtr lptr; in xf86freeModules()
245 XF86LoadPtr prev; in xf86freeModules()