Lines Matching refs:Strings
170 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings); in _nc_extend_names()
172 tp->Strings[last] = tp->Strings[last - 1]; in _nc_extend_names()
562 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING; in _nc_parse_entry()
593 entryp->tterm.Strings[entry_ptr->nte_index] = _nc_save_str(ptr); in _nc_parse_entry()
966 if (WANTED(tp->Strings[from_ptr->nte_index])) { in postprocess_termcap()
971 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
972 const char *s = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
973 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()
987 bp = tp->Strings[from_ptr->nte_index]; in postprocess_termcap()
999 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2); in postprocess_termcap()
1001 tp->Strings[to_ptr->nte_index] = bp; in postprocess_termcap()