Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm.h57 typedef struct path_entry { struct
60 SLIST_ENTRY(path_entry) links; argument
69 SLIST_HEAD(path_list, path_entry);
/freebsd-13.1/usr.bin/m4/
H A Dgnum4.c66 static struct path_entry { struct
68 struct path_entry *next; argument
71 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()