Lines Matching refs:arg_list
43 struct arg_list *inc_file;
44 struct arg_list *exc_file;
46 struct arg_list *exc;
48 struct arg_list *inc, *pass;
153 static int filter(struct arg_list *lst, char *name) in filter()
155 struct arg_list *cur; in filter()
460 static void add_to_list(struct arg_list **llist, char *name) in add_to_list()
462 struct arg_list **list = llist; in add_to_list()
465 *list = xzalloc(sizeof(struct arg_list)); in add_to_list()
471 static void add_from_file(struct arg_list **llist, struct arg_list *flist) in add_from_file()
760 struct arg_list *tmp; in tar_main()