OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025