Lines Matching +defs:val +defs:sp
179 int val;
196 v->val = val; \
209 val = v->val; \
228 val = -1; \
284 int val = -1;
423 val = rc;
464 struct Save *sp = last;
465 while (sp) {
470 if (sp->dev == statb.st_dev &&
471 sp->inode == statb.st_ino) {
479 sp = sp->last;
559 val = rc;
605 if (val > rc) {
606 WALK_RETURN(val);
881 oldclose(struct Save *sp)
884 while (sp) {
885 spnext = sp->last;
888 sp = spnext;
890 if (sp == 0 || sp->fd == 0)
892 sp->here = telldir(sp->fd);
893 (void) closedir(sp->fd);
894 sp->fd = 0;