Home | History | Annotate | Download | only in tsort

Lines Matching defs:tsort

1 /*	$NetBSD: tsort.c,v 1.26 2021/02/06 16:02:16 dbj Exp $	*/
44 static char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95";
46 __RCSID("$NetBSD: tsort.c,v 1.26 2021/02/06 16:02:16 dbj Exp $");
69 * tsort [-l] [inputfile]
72 * Should be compatible with AT&T tsort HOWEVER the output is not identical
73 * (i.e. for most graphs there is more than one sorted order, and this tsort
74 * usually generates a different one than the AT&T tsort). Also, cycle
75 * reporting seems to be more accurate in this version (the AT&T tsort
112 static void tsort(void);
195 tsort();
300 tsort(void)