Searched refs:path_entry (Results 1 – 2 of 2) sorted by relevance
57 typedef struct path_entry { struct60 SLIST_ENTRY(path_entry) links; argument69 SLIST_HEAD(path_list, path_entry);
66 static struct path_entry { struct68 struct path_entry *next; argument71 static struct path_entry *new_path_entry(const char *);75 static struct path_entry *78 struct path_entry *n; in new_path_entry()80 n = malloc(sizeof(struct path_entry)); in new_path_entry()91 struct path_entry *n; in addtoincludepath()130 struct path_entry *pe; in dopath()