Searched refs:next_parts (Results 1 – 2 of 2) sorted by relevance
152 struct cmdline_parts *next_parts; in cmdline_parts_free() local155 next_parts = (*parts)->next_parts; in cmdline_parts_free()158 *parts = next_parts; in cmdline_parts_free()169 struct cmdline_parts **next_parts; in cmdline_parts_parse() local177 next_parts = parts; in cmdline_parts_parse()184 ret = parse_parts(next_parts, pbuf); in cmdline_parts_parse()191 next_parts = &(*next_parts)->next_parts; in cmdline_parts_parse()215 parts = parts->next_parts; in cmdline_parts_find()
30 struct cmdline_parts *next_parts; member