HomeSort by: relevance | last modified time | path
    Searched defs:tsort (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
table.c 182 tsort(tp) function
  /src/usr.bin/tsort/
tsort.c 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) function in typeref:typename:void
    [all...]

Completed in 41 milliseconds