Lines Matching refs:fn_list
81 static struct fn_list *glob_debrace(struct fn *fnp);
82 static struct fn_list *glob_reglob_list(struct fn_list *fnlp);
86 static struct fn_list *
89 struct fn_list *ret = fn_list_new(NULL);
90 struct fn_list *newret;
119 struct fn_list *dup = fn_list_dup(ret);
158 struct fn_list *
161 struct fn_list *tmplist = glob_debrace(fnp);
162 struct fn_list *ret;
200 struct fn_list *
201 glob_glob_list(struct fn_list *fnlp)
203 struct fn_list *ret = fn_list_new(NULL);
217 struct fn_list *
220 struct fn_list *ret = fn_list_new(NULL);
221 struct fn_list *newret;
326 static struct fn_list *
327 glob_reglob_list(struct fn_list *fnlp)
329 struct fn_list *ret = fn_list_new(NULL);
391 struct fn_list *fnlp;