Searched refs:user_specs (Results 1 – 2 of 2) sorted by relevance
868 struct user_specs struct870 struct user_specs *next; argument874 static struct user_specs *user_specs_head, *user_specs_tail; argument3447 struct user_specs *user = XNEW (struct user_specs); in driver_handle_option()3449 user->next = (struct user_specs *) 0; in driver_handle_option()6169 struct user_specs *uptr; in main()
1237 struct user_specs struct1239 struct user_specs *next; argument1243 static struct user_specs *user_specs_head, *user_specs_tail; argument4045 struct user_specs *user = XNEW (struct user_specs); in driver_handle_option()4047 user->next = (struct user_specs *) 0; in driver_handle_option()7662 for (struct user_specs *uptr = user_specs_head; uptr; uptr = uptr->next) in set_up_specs()