Lines Matching refs:fn
81 static struct fn_list *glob_debrace(struct fn *fnp);
83 static boolean_t glob_magic(struct fn *fnp);
87 glob_debrace(struct fn *fnp) in glob_debrace()
139 glob_magic(struct fn *fnp) in glob_magic()
159 glob_glob(struct fn *fnp) in glob_glob()
163 struct fn *nextfnp; in glob_glob()
164 struct fn *newfnp; in glob_glob()
204 struct fn *fnp; in glob_glob_list()
218 glob_reglob(struct fn *fnp) in glob_reglob()
222 struct fn *nextfnp; in glob_reglob()
274 struct fn *matchfnp = fn_dup(nextfnp); in glob_reglob()
330 struct fn *fnp; in glob_reglob_list()
341 struct fn *
342 glob_to_reglob(struct fn *fnp) in glob_to_reglob()
345 struct fn *ret = fn_new(NULL); in glob_to_reglob()
389 struct fn *argfnp = fn_new(NULL); in main()
390 struct fn *fnp; in main()