Home | History | Annotate | Download | only in libcpu

Lines Matching full:last_str

2417   struct argname *last_str = NULL;
2422 if (last_str == NULL)
2423 last_str = runp;
2426 last_str->str = xrealloc (last_str->str,
2427 strlen (last_str->str)
2429 strcat (last_str->str, runp->str);
2430 last_str->next = runp->next;
2434 last_str = NULL;