Lines Matching refs:s
44 for s in tags:
46 if s[2]:
47 l = len(s[3])
48 ifd = s[2][l + 3:].split()[0]
58 l = len(s[1])
59 s = s[0] variable
67 _id = re.search("0x[0-9a-f]{4}", s)
71 name = re.search("[0-9]*?\).*?(?:(?: = )|(?: \(SubDirectory\) -->))", s)
75 value = re.search("\(SubDirectory\) -->", s)
79 value = re.search("\(.*\)\n", s)
83 value = re.search("=.*\n", s)