Lines Matching defs:next_parts
39 struct cmdline_parts *next_parts;
181 struct cmdline_parts *next_parts;
184 next_parts = (*parts)->next_parts;
187 *parts = next_parts;
198 struct cmdline_parts **next_parts;
206 next_parts = parts;
213 ret = parse_parts(next_parts, pbuf);
220 next_parts = &(*next_parts)->next_parts;
243 parts = parts->next_parts;