Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dparse_entry.c771 struct name_table_entry const *to_ptr; in postprocess_termcap() local
800 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()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcharset.c438 char to, *to_ptr = &to; in cached_iconv_convert() local
444 if (iconv (ci->i, &from_ptr, &from_left, &to_ptr, &to_left) in cached_iconv_convert()