Lines Matching defs:list
80 // Break down a command string into linked list of "struct flag".84 struct flag *list = NULL;98 if (list && list->command) {99 new->next = list->lopt;100 list->lopt = new;104 blank->next = list;106 list = blank;123 if (!list) {132 new->next = list;133 list = new;137 return list;