Home
last modified time | relevance | path

Searched refs:depmap_path_elem (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/pies/pies-1.5/src/
H A Ddepmap.c244 struct depmap_path_elem *p = path->head; in depmap_path_free()
247 struct depmap_path_elem *next = p->next; in depmap_path_free()
259 struct depmap_path_elem *p = grecs_malloc (sizeof (*p)); in depmap_path_append()
301 struct depmap_path_elem *start, *p; in depmap_normalized_cyclic_path()
329 struct depmap_path_elem *ap, *bp; in depmap_path_eq()
H A Dpies.h409 struct depmap_path_elem struct
412 struct depmap_path_elem *next; argument
418 struct depmap_path_elem *head, *tail;
H A Dcomp.c406 struct depmap_path_elem *p; in report_cyclic_dependency()