Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tic/
H A Dtic_parse.c529 char *first_name, *other_names, *cur_name; in dump_structure() local
542 other_names = strchr(first_name, '|'); in dump_structure()
543 if (other_names) in dump_structure()
544 *other_names++ = '\0'; in dump_structure()
551 DEBUG(7, "Other names = '%s'\n", other_names ? other_names : "NULL"); in dump_structure()
597 while (other_names) { in dump_structure()
598 cur_name = other_names; in dump_structure()
599 other_names = strchr(cur_name, '|'); in dump_structure()
600 if (other_names) in dump_structure()
601 *other_names++ = '\0'; in dump_structure()
[all …]