Lines Matching refs:words
198 local words = util.split(line, "%S+")
199 self.num = words[1]
200 self.audit = words[2]
201 self.type = util.setFromString(words[3], "[^|]+")
203 self.name = words[4]
206 self.altname = words[5]
207 self.alttag = words[6]
208 self.rettype = words[7]
218 local words = util.split(line, "%S+")
220 if #words ~= 2 then
231 self.name = words[2]:match("([%w_]+)%(")
232 if words[2]:match("%);$") then