HomeSort by: relevance | last modified time | path
    Searched defs:path_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm.h 59 typedef struct path_entry { struct
62 SLIST_ENTRY(path_entry) links;
71 SLIST_HEAD(path_list, path_entry);
  /src/usr.bin/m4/
gnum4.c 69 struct path_entry { struct
71 struct path_entry *next;
74 static struct path_entry *new_path_entry(const char *);
78 static struct path_entry *
81 struct path_entry *n;
83 n = malloc(sizeof(struct path_entry));
96 struct path_entry *n;
137 struct path_entry *pe;

Completed in 12 milliseconds