Searched refs:path_entry (Results 1 – 2 of 2) sorted by relevance
55 typedef struct path_entry { struct58 SLIST_ENTRY(path_entry) links; argument67 SLIST_HEAD(path_list, path_entry);
64 static struct path_entry { struct66 struct path_entry *next; argument69 static struct path_entry *new_path_entry(const char *);73 static struct path_entry *76 struct path_entry *n; in new_path_entry()78 n = malloc(sizeof(struct path_entry)); in new_path_entry()89 struct path_entry *n; in addtoincludepath()128 struct path_entry *pe; in dopath()