Lines Matching refs:gid
85 gid = self.groups
93 "was group %d" % (name, gid, ogid))
94 self.groupdict[name] = gid
95 return gid
96 def closegroup(self, gid, p):
97 self.groupwidths[gid] = p.getwidth()
98 def checkgroup(self, gid):
99 return gid < self.groups and self.groupwidths[gid] is not None
101 def checklookbehindgroup(self, gid, source):
103 if not self.checkgroup(gid):
105 if gid >= self.lookbehindgroups:
692 gid = state.groupdict.get(name)
693 if gid is None:
696 if not state.checkgroup(gid):
699 state.checklookbehindgroup(gid, source)
700 subpatternappend((GROUPREF, gid))