Searched defs:uncle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c390 int uncle; local
414 uncle = 0;
418 if (uncle)
432 uncle = 1;
H A Dbucket.c144 * add_uncle -- adds an uncle node
150 struct bucketlist *uncle; local
174 "therefor can't add it's uncle, \"%s\"",
180 uncle = malloc(sizeof (struct bucketlist));
181 uncle->bl_next = child->b_uncles;
182 uncle->bl_bucket = new;
183 child->b_uncles = uncle;
393 /* Go to parent, print it and all its uncle. */
470 errlog(TRACING, " uncle bucket %d.1", j);

Completed in 69 milliseconds