Lines Matching defs:filepath
118 struct filepath {
119 RB_ENTRY(filepath) entry;
126 filepathcmp(const struct filepath *a, const struct filepath *b)
131 RB_PROTOTYPE(filepath_tree, filepath, entry, filepathcmp);
140 struct filepath *fp, *rfp;
168 static struct filepath *
171 struct filepath needle = { .file = file };
191 struct filepath *fp;
202 filepath_put(struct filepath_tree *tree, struct filepath *fp)
210 * Free all elements of a filepath tree.
215 struct filepath *fp, *nfp;
221 RB_GENERATE(filepath_tree, filepath, entry, filepathcmp);
939 struct filepath *fp;
1644 struct filepath *fp, *nfp;
1695 * filepath entry with the new path if successful.
1700 struct filepath *fp, *nfp, *ofp;
1747 /* switch filepath node to new path */