Lines Matching refs:iptr
341 XF86ConfInputrefPtr iptr;
343 iptr = malloc (sizeof (XF86ConfInputrefRec));
344 iptr->list.next = NULL;
345 iptr->iref_option_lst = NULL;
346 iptr->iref_inputdev_str = "Mouse0";
347 iptr->iref_option_lst =
348 xf86addNewOption (iptr->iref_option_lst, strdup("CorePointer"), NULL);
350 xf86addListItem ((glp) ptr->lay_input_lst, (glp) iptr);
354 XF86ConfInputrefPtr iptr;
356 iptr = malloc (sizeof (XF86ConfInputrefRec));
357 iptr->list.next = NULL;
358 iptr->iref_option_lst = NULL;
359 iptr->iref_inputdev_str = "Keyboard0";
360 iptr->iref_option_lst =
361 xf86addNewOption (iptr->iref_option_lst, strdup("CoreKeyboard"), NULL);
363 xf86addListItem ((glp) ptr->lay_input_lst, (glp) iptr);