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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_ranges.c68 struct ranges_entry *curre = 0; local
134 curre = base;
137 for( copyindex = 0; curre && (copyindex < entry_count);
140 struct ranges_entry *r = curre;
141 *ranges_data_out = curre->cur;
142 curre = curre->next;

Completed in 56 milliseconds