Lines Matching refs:descend
59 self.descend = dict()
93 d = self.descend
102 if nwho not in self.descend:
105 self.ld[nwho] = self.local[nwho] & self.descend[nwho]
107 self.descend[nwho] -= self.ld[nwho]
131 s += self.__ldstr(self.descend, _("Descendent permissions:\n"))
201 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