Home | History | Annotate | Download | only in source

Lines Matching refs:alt

869     reg_entry->nub_info.alt = NULL;
1672 ostrm << "alt-name:" << reg_entry->nub_info.name << ';';
1673 else if (reg_entry->nub_info.alt && ::strcmp (reg_entry->gdb_name, reg_entry->nub_info.alt))
1674 ostrm << "alt-name:" << reg_entry->nub_info.alt << ';';