Searched refs:ext_option_lst (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DExtensions.c62 ptr->ext_option_lst = xf86parseOption(ptr->ext_option_lst);
91 if (ptr == NULL || ptr->ext_option_lst == NULL)
94 p = ptr->ext_option_lst;
108 xf86optionListFree (ptr->ext_option_lst);
H A Dxf86Parser.h453 XF86OptionPtr ext_option_lst; member in struct:__anond430d9491d08
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DExtensions.c62 ptr->ext_option_lst = xf86parseOption(ptr->ext_option_lst);
93 if (ptr == NULL || ptr->ext_option_lst == NULL)
96 p = ptr->ext_option_lst;
110 xf86optionListFree(ptr->ext_option_lst);
H A Dxf86Parser.h414 XF86OptionPtr ext_option_lst; member in struct:__anon01ede9dc1e08
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Config.c2241 if (conf_ext && conf_ext->ext_option_lst) {
2242 for (o = conf_ext->ext_option_lst; o; o = xf86NextOption(o)) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c2181 if (conf_ext && conf_ext->ext_option_lst) {
2182 for (o = conf_ext->ext_option_lst; o; o = xf86NextOption(o)) {

Completed in 11 milliseconds