Home | History | Annotate | Download | only in config

Lines Matching refs:next_ptr

2107    merged them onto the list pointed to by NEXT_PTR.  Return a pointer to
2112 struct avr_property_record_link **next_ptr)
2130 *next_ptr = new_link;
2131 next_ptr = &new_link->next;
2136 return next_ptr;
2148 struct avr_property_record_link *r_list, **next_ptr;
2160 next_ptr = &r_list;
2170 next_ptr = append_records_for_section (sec, next_ptr);