Lines Matching refs:descend
58 self.descend = dict()
92 d = self.descend
101 if nwho not in self.descend:
104 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
106 self.descend[nwho] -= self.ld[nwho]
130 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
200 if options.descend:
356 if options.local or options.descend or options.user or \
365 if options.local or options.descend or options.user or \
382 if not options.local and not options.descend:
384 options.descend = True