HomeSort by: relevance | last modified time | path
    Searched refs:path_entry (Results 1 - 3 of 3) 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;
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 6437 int path_entry;
6440 for (path_entry = 0; path_entry < data->path_size; path_entry++)
6441 fprintf (f, "%d ", (data->path[path_entry].bb)->index);
6473 int path_entry;
6476 for (path_entry = 0; path_entry < path_size; path_entry++)
6481 bb = data->path[path_entry].bb
    [all...]

Completed in 34 milliseconds