Searched refs:to_ptr (Results 1 – 2 of 2) sorted by relevance
771 struct name_table_entry const *to_ptr; in postprocess_termcap() local800 to_ptr = _nc_find_entry(ap->to, _nc_info_hash_table); in postprocess_termcap()802 if (!from_ptr || !to_ptr) /* should never happen! */ in postprocess_termcap()810 if (tp->Strings[to_ptr->nte_index]) { in postprocess_termcap()816 tp->Strings[to_ptr->nte_index]) != 0) in postprocess_termcap()819 _nc_visbuf(tp->Strings[to_ptr->nte_index])); in postprocess_termcap()837 tp->Strings[to_ptr->nte_index] = _nc_save_str(buf2); in postprocess_termcap()
438 char to, *to_ptr = &to; in cached_iconv_convert() local444 if (iconv (ci->i, &from_ptr, &from_left, &to_ptr, &to_left) in cached_iconv_convert()