Lines Matching refs:other_names
529 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()
614 if (other_names) in dump_structure()