Home | History | Annotate | Download | only in libcpu

Lines Matching full:last_str

746   struct argname *last_str = NULL;
751 if (last_str == NULL)
752 last_str = runp;
755 last_str->str = xrealloc (last_str->str,
756 strlen (last_str->str)
758 strcat (last_str->str, runp->str);
759 last_str->next = runp->next;
763 last_str = NULL;