Lines Matching refs:slp
124 string_list_t *slp;
129 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
130 free(slp->str);
131 free(slp);
148 string_list_t *slp;
156 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
157 free(slp->str);
158 free(slp);
329 string_list_t *slp;
334 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
335 free(slp->str);
336 free(slp);
435 string_list_t *slp;
443 while ((slp = uu_list_teardown($6, &cookie)) != NULL) {
444 free(slp->str);
445 free(slp);
462 string_list_t *slp;
470 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
471 free(slp->str);
472 free(slp);
505 string_list_t *slp;
513 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
514 free(slp->str);
515 free(slp);
524 string_list_t *slp;
532 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
533 free(slp->str);
534 free(slp);
605 string_list_t *slp;
611 while ((slp = uu_list_teardown($2, &cookie)) != NULL) {
612 free(slp->str);
613 free(slp);
630 string_list_t *slp;
632 slp = safe_malloc(sizeof (*slp));
634 slp->str = $2;
635 uu_list_node_init(slp, &slp->node, string_pool);
636 uu_list_append($1, slp);
647 string_list_t *slp;
650 while ((slp = uu_list_teardown($3, &cookie)) != NULL)
651 uu_list_append($1, slp);