Home
last modified time | relevance | path

Searched refs:last_str (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/libcpu/
Di386_parse.y746 struct argname *last_str = NULL; in combine() local
751 if (last_str == NULL) in combine()
752 last_str = runp; in combine()
755 last_str->str = xrealloc (last_str->str, in combine()
756 strlen (last_str->str) in combine()
758 strcat (last_str->str, runp->str); in combine()
759 last_str->next = runp->next; in combine()
763 last_str = NULL; in combine()