Searched refs:next_item (Results 1 – 2 of 2) sorted by relevance
269 int next_item; in complete_command() local271 next_item = item + 1; in complete_command()272 while (next_item < size in complete_command()273 && ! strcmp (completions[item], completions[next_item])) in complete_command()275 xfree (completions[next_item]); in complete_command()276 ++next_item; in complete_command()280 item = next_item; in complete_command()
2363 struct dwarf2_queue_item *item, *next_item; in process_queue() local2387 for (item = dwarf2_queue; item != NULL; dwarf2_queue = item = next_item) in process_queue()2393 next_item = item->next; in process_queue()