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

/freebsd-10.1-release/contrib/bmake/
H A Dsuff.c223 static void SuffInsert(Lst, Suff *);
478 * SuffInsert --
494 SuffInsert(Lst l, Suff *s)
725 SuffInsert(t->children, s);
726 SuffInsert(s->parents, t);
848 SuffInsert(s2->children, s);
849 SuffInsert(s->parents, s2);
875 SuffInsert(s->children, s2);
876 SuffInsert(s2->parents, s);
936 SuffInsert(
493 SuffInsert(Lst l, Suff *s) function
[all...]
/freebsd-10.1-release/usr.bin/make/
H A Dsuff.c317 * SuffInsert --
329 SuffInsert(Lst *l, Suff *s) function
547 SuffInsert(&t->children, s);
548 SuffInsert(&s->parents, t);
640 SuffInsert(&s2->children, s);
641 SuffInsert(&s->parents, s2);
665 SuffInsert(&s->children, s2);
666 SuffInsert(&s2->parents, s);

Completed in 75 milliseconds