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

  /src/usr.bin/tsort/
tsort.c 104 static NODE *graph, **cycle_buf, **longest_cycle; variable in typeref:typename:NODE ***
324 if (!cycle_buf) {
332 cycle_buf = ecalloc(cnt, sizeof(*cycle_buf));
392 cycle_buf[depth] = *np;
396 (void)memcpy(longest_cycle, cycle_buf,

Completed in 11 milliseconds