Searched refs:opt_val (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Doptionstr.h8 char *opt_val; member in struct:_InputOption
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Optionstr.h35 const char *opt_val; member in struct:_XF86OptionRec
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A DFlags.c203 free(new->opt_val);
208 new->opt_val = val;
240 val = opt->opt_val ? strdup(opt->opt_val) : NULL;
258 TestFree (opt->opt_val);
278 return opt->opt_val;
294 opt->opt_val = value;
339 if (p->opt_val)
340 return p->opt_val;
471 TestFree(option->opt_val);
[all...]
H A Dxf86Optrec.h88 char *opt_val; member in struct:__anon6f308ca90108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DFlags.c199 free(new->opt_val);
204 new->opt_val = _val;
235 _val = opt->opt_val ? strdup(opt->opt_val) : NULL;
252 TestFree(opt->opt_val);
272 return opt->opt_val;
288 opt->opt_val = value;
331 if (p->opt_val)
332 return p->opt_val;
467 TestFree(option->opt_val);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dget_hash_generator.py211 for opt_name, opt_val in opts:
213 api_desc_file = opt_val
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dget_hash_generator.py209 for opt_name, opt_val in opts:
211 api_desc_file = opt_val
/xsrc/external/mit/xorg-server/dist/dix/
H A Dinpututils.c890 free(o->opt_val);
1004 return opt->opt_val;
1018 free(opt->opt_val);
1020 opt->opt_val = strdup(value);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinconfig.c737 if (list->opt_val)
738 return list->opt_val;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinconfig.c778 if (list->opt_val)
779 return list->opt_val;

Completed in 14 milliseconds