Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dsuff.c137 static void SuffInsert __P((Lst, Suff *));
386 SuffInsert (l, s) in SuffInsert() function
611 SuffInsert (t->children, s);
612 SuffInsert (s->parents, t);
716 SuffInsert(s2->children, s);
717 SuffInsert(s->parents, s2);
741 SuffInsert(s->children, s2);
742 SuffInsert(s2->parents, s);