Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c926 struct name_table_entry const *to_ptr; in postprocess_termcap() local
959 to_ptr = _nc_find_entry(ap->to, _nc_get_hash_table(FALSE)); in postprocess_termcap()
961 if (!from_ptr || !to_ptr) /* should never happen! */ in postprocess_termcap()
969 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()
971 const char *t = tp->Strings[to_ptr->nte_index]; in postprocess_termcap()
997 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2); in postprocess_termcap()
999 tp->Strings[to_ptr->nte_index] = bp; in postprocess_termcap()