Lines Matching refs:words
79 words = line.split()
80 action = words[0]
86 if len(words) < 2:
90 patterns = map(convert_path, words[1:])
93 if len(words) < 3:
97 dir = convert_path(words[1])
98 patterns = map(convert_path, words[2:])
101 if len(words) != 2:
105 dir_pattern = convert_path(words[1])
113 # Parse the line: split it up, make sure the right number of words
114 # is there, and return the relevant words. 'action' is always
121 # right number of words on the line for that action -- so we