Home | History | Annotate | Download | only in callgrind

Lines Matching defs:next

94     Context **new_table, *curr, *next;
111 next = curr->next;
115 curr->next = new_table[new_idx];
117 if (curr->next) {
119 if (curr->next->next)
123 curr = next;
221 cxt->next = cxts.table[idx];
263 cxt = cxt->next;