Lines Matching refs:sl
1439 struct strlist *sl;1441 sl1452 ret = strlist__add(sl, buf);1455 strlist__delete(sl);1461 return sl;1544 struct strlist *sl, *rawlist;1551 sl = strlist__new(true, NULL);1560 ret = strlist__add(sl, buf);1562 ret = strlist__add(sl, tev.event);1570 strlist__delete(sl);1573 return sl;