Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDparse_entry.c790 struct name_table_entry const *from_ptr; in postprocess_termcap() local
820 from_ptr = _nc_find_entry(ap->from, _nc_get_hash_table(TRUE)); in postprocess_termcap()
823 if (!from_ptr || !to_ptr) /* should never happen! */ in postprocess_termcap()
826 if (WANTED(tp->Strings[from_ptr->nte_index])) { in postprocess_termcap()
836 tp->Strings[from_ptr->nte_index], in postprocess_termcap()
848 for (dp = buf2, bp = tp->Strings[from_ptr->nte_index]; *bp; bp++) { in postprocess_termcap()
/NextBSD/contrib/gcc/
HDbitmap.c391 bitmap_element *from_ptr, *to_ptr = 0; in bitmap_copy() local
396 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next) in bitmap_copy()
400 to_elt->indx = from_ptr->indx; in bitmap_copy()
401 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits)); in bitmap_copy()
408 to->indx = from_ptr->indx; in bitmap_copy()
/NextBSD/contrib/gdb/gdb/
HDcharset.c421 ICONV_CONST char *from_ptr = &from; in cached_iconv_convert() local
428 if (iconv (ci->i, &from_ptr, &from_left, &to_ptr, &to_left) in cached_iconv_convert()