Home
last modified time | relevance | path

Searched refs:LeftMostChild (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c51 static char LeftMostChild[MAXLINE]; variable
295 (void) strncpy(LeftMostChild, token, MAXLINE); in set()
296 LeftMostChild[MAXLINE-1] = '\0'; in set()
349 set_weak(LeftMostChild, TRUE); in set()
418 (void) add_uncle(token, LeftMostChild, 0); in set_parents()