Searched refs:to_ptr (Results 1 – 1 of 1) sorted by relevance
932 struct name_table_entry const *to_ptr; in postprocess_termcap() local965 to_ptr = _nc_find_entry(ap->to, _nc_get_hash_table(FALSE)); in postprocess_termcap()967 if (!from_ptr || !to_ptr) /* should never happen! */ in postprocess_termcap()975 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()977 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()1005 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2); in postprocess_termcap()1007 tp->Strings[to_ptr->nte_index] = bp; in postprocess_termcap()