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

/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c777 struct name_table_entry const *from_ptr; local
807 from_ptr = _nc_find_entry(ap->from, _nc_get_hash_table(TRUE));
810 if (!from_ptr || !to_ptr) /* should never happen! */
813 if (WANTED(tp->Strings[from_ptr->nte_index])) {
823 tp->Strings[from_ptr->nte_index],
835 for (dp = buf2, bp = tp->Strings[from_ptr->nte_index]; *bp; bp++) {
/freebsd-9.3-release/contrib/gcc/
H A Dbitmap.c397 bitmap_element *from_ptr, *to_ptr = 0;
402 for (from_ptr = from->first; from_ptr; from_ptr = from_ptr->next)
406 to_elt->indx = from_ptr->indx;
407 memcpy (to_elt->bits, from_ptr->bits, sizeof (to_elt->bits));
414 to->indx = from_ptr->indx;
391 bitmap_element *from_ptr, *to_ptr = 0; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcharset.c429 ICONV_CONST char *from_ptr = &from;
436 if (iconv (ci->i, &from_ptr, &from_left, &to_ptr, &to_left)
421 ICONV_CONST char *from_ptr = &from; local

Completed in 52 milliseconds