| /xsrc/external/mit/xorg-server.old/dist/config/ |
| config-backends.h | 33 void add_option(InputOption **options, const char *key, const char *value);
|
| config.c | 126 add_option(InputOption **options, const char *key, const char *value)
|
| udev.c | 62 InputOption *options = NULL, *tmpo;
|
| dbus.c | 71 InputOption *tmpo = NULL, *options = NULL;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| stubs.c | 128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| darwinXinput.c | 131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| stubs.c | 140 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| inpututils.c | 887 input_option_free(InputOption *o) 896 * Create a new InputOption with the key/value pair provided. 911 InputOption * 912 input_option_new(InputOption *list, const char *key, const char *value) 914 InputOption *opt = NULL; 928 opt = calloc(1, sizeof(InputOption)); 937 nt_list_append(opt, list, InputOption, list.next); 945 InputOption * 946 input_option_free_element(InputOption *list, const char *key) 948 InputOption *element [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Extensions.c | 99 InputOption *opt;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxinput.c | 110 NewInputDeviceRequest (InputOption *options, InputAttributes *attrs,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| darwinXinput.c | 142 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| input.h | 249 typedef struct _InputOption InputOption; 715 extern _X_EXPORT int NewInputDeviceRequest(InputOption *options, 779 /* InputOption handling interface */ 780 extern _X_EXPORT InputOption *input_option_new(InputOption *list, 783 extern _X_EXPORT void input_option_free_list(InputOption **opt); 784 extern _X_EXPORT InputOption *input_option_free_element(InputOption *opt, 786 extern _X_EXPORT InputOption *input_option_find(InputOption *list [all...] |
| /xsrc/external/mit/xorg-server/dist/config/ |
| wscons.c | 106 InputOption *input_options = NULL; 201 InputOption *input_options = NULL;
|
| udev.c | 105 InputOption *input_options;
|
| hal.c | 132 InputOption *input_options = NULL;
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| vmmouse.c | 238 static InputOption* 239 input_option_new(InputOption *list, char *key, char *value) 241 InputOption *new; 243 new = calloc(1, sizeof(InputOption)); 251 input_option_free_list(InputOption **opts) 253 InputOption *tmp = *opts; 269 InputOption *input_options = NULL;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kinfo.c | 137 InputOption *option, *prev = NULL;
|
| kinput.c | 1044 KdGetOptions (InputOption **options, char *string) 1046 InputOption *newopt = NULL, **tmpo = NULL; 1049 newopt = calloc(1, sizeof (InputOption)); 1078 InputOption *option = NULL; 1105 InputOption *options = NULL; 1175 InputOption *option = NULL; 1203 InputOption *options = NULL; 2217 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, 2220 InputOption *option = NULL;
|
| kdrive.h | 191 InputOption *options; 278 InputOption *options;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| kdrive.h | 184 InputOption *options; 268 InputOption *options;
|
| kinput.c | 836 KdGetOptions(InputOption **options, char *string) 838 InputOption *newopt = NULL; 871 InputOption *option = NULL; 936 InputOption *options = NULL; 999 InputOption *option = NULL; 1045 InputOption *options = NULL; 1930 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, 1933 InputOption *option = NULL, *optionsdup = NULL;
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| fake-symbols.h | 82 NewInputDeviceRequest(InputOption *options,
|
| fake-symbols.c | 243 NewInputDeviceRequest(InputOption *options,
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| input.h | 217 } InputOption; 561 InputOption *options,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Xinput.c | 851 NewInputDeviceRequest (InputOption *options, InputAttributes *attrs, 855 InputOption *option = NULL; 902 * We need those strings, the InputOption list doesn't. */
|