Searched refs:path_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm.h55 typedef struct path_entry { struct
58 SLIST_ENTRY(path_entry) links;
67 SLIST_HEAD(path_list, path_entry);
/freebsd-current/usr.bin/m4/
H A Dgnum4.c64 static struct path_entry { struct
66 struct path_entry *next;
69 static struct path_entry *new_path_entry(const char *);
73 static struct path_entry *
76 struct path_entry *n;
78 n = malloc(sizeof(struct path_entry));
89 struct path_entry *n;
128 struct path_entry *pe;

Completed in 61 milliseconds