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

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c259 static struct chain *namechain = NULL; local
274 for (q = namechain; q; q = q->nextp)
280 q = (struct chain *)calloc(1, sizeof (*namechain));
281 q->nextp = namechain;
283 namechain = q;

Completed in 59 milliseconds