Searched refs:cycle (Results 1 - 4 of 4) sorted by relevance

/ast/src/cmd/std/
H A Dtsort.c68 int cycle = 0; local
73 error(1, "cycle in data");
74 cycle = 1;
81 cycle = 1;
89 return cycle;
/ast/src/cmd/tw/
H A Dfind.c1370 error(2, "%s: directory causes cycle", ent->fts_path);
/ast/src/cmd/nmake/
H A Dexpand.c446 int cycle; local
448 cycle = (w && (*w == 'C' || *w == 'c')) ? M_scan : 0;
452 mark(xp, makerule(s), M_mark, cycle);
456 mark(NiL, makerule(s), M_mark, cycle);
/ast/src/cmd/pzip/
H A Dpin.c1135 Tsp_index_t* cycle; local
1218 if (!(cycle = tspcycle(tsp)))
1221 lab[i] = cycle[self[i]];

Completed in 94 milliseconds