Home
last modified time | relevance | path

Searched refs:HANDLE_RETURN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dread.c114 HANDLE_RETURN(conf_files, xf86parseFilesSection()); in xf86readConfigFile()
119 HANDLE_RETURN(conf_flags, xf86parseFlagsSection()); in xf86readConfigFile()
178 HANDLE_RETURN(conf_modules, xf86parseModuleSection()); in xf86readConfigFile()
195 HANDLE_RETURN(conf_dri, xf86parseDRISection()); in xf86readConfigFile()
200 HANDLE_RETURN(conf_extensions, xf86parseExtensionsSection()); in xf86readConfigFile()
H A DConfigint.h100 #define HANDLE_RETURN(f,func)\ macro