Lines Matching refs:who
78 directive = Directive(who='*', globs=[])
80 (who, globs) = line.split(' ', 1)
82 directive = Directive(who=who, globs=globs_list)
84 directive = Directive(who=line, globs=[])
156 if directive.who not in globs[glob]:
157 globs[glob].append(directive.who)
176 for who in who_have:
177 if who not in out_globs[glob_add]:
178 out_globs[glob_add].append(who)
197 who = gglob_who_orig.copy()
198 globs[os.path.relpath(f, start=globs_dir)] = who
199 for who in oglob_who:
200 if who not in gglob_who:
201 gglob_who.append(who)