Lines Matching defs:slp
610 string_list_t *slp;
635 for (slp = uu_list_first(args), i = 0;
636 slp != NULL;
637 slp = uu_list_next(args, slp), ++i)
638 argv[i] = slp->str;
1025 string_list_t *slp;
1041 for (slp = uu_list_walk_next(walk);
1042 slp != NULL;
1043 slp = uu_list_walk_next(walk)) {
1044 if (slp->str[0] == '-') {
1047 for (op = &slp->str[1]; *op != '\0'; ++op) {