Lines Matching refs:next
156 info->args = &state->argv[state->next];
191 if (state->next + 2 != state->argc)
329 struct data_list *next;
337 struct data_list *next = new_data_list;
340 new_data_list->next = next;
349 struct data_list *next = list->next;
352 list = next;
1865 /* This is a duplicate. Its twin will get the next slot. */
1871 /* Allocate the next slot. */