Searched defs:user_list (Results 1 – 2 of 2) sorted by relevance
59 struct user_list { struct60 struct user_list *next; argument81 static struct user_list *Users = NULL; argument
273 static char **user_list; /* Ptr to array of ptrs to user names */ variable