HomeSort by: relevance | last modified time | path
    Searched defs:xf86FindOptionValue (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-input-synaptics/dist/test/
fake-symbols.c 64 xf86FindOptionValue(XF86OptionPtr options, const char *name)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Option.c 419 xf86FindOptionValue(XF86OptionPtr options, const char *name)
421 return xf86findOptionValue(options, name);
488 if ((s = xf86findOptionValue(options, p->name)) != NULL) {
677 if ((s = xf86findOptionValue(options, newn)) != NULL) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Option.c 418 xf86FindOptionValue(pointer options, const char *name)
420 return xf86findOptionValue(options, name);
491 if ((s = xf86findOptionValue(options, p->name)) != NULL) {
668 if ((s = xf86findOptionValue(options, newn)) != NULL) {

Completed in 7 milliseconds