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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c52 static char LeftMostChild[MAXLINE]; variable
296 (void) strncpy(LeftMostChild, token, MAXLINE);
297 LeftMostChild[MAXLINE-1] = '\0';
350 set_weak(LeftMostChild, TRUE);
419 (void) add_uncle(token, LeftMostChild, 0);

Completed in 45 milliseconds