Searched refs:theA (Results 1 – 3 of 3) sorted by relevance
30 static int theA; variable135 putc(theA, stdout); in action()137 theA = theB; in action()138 if (theA == '\'' || theA == '"') { in action()140 putc(theA, stdout); in action()141 theA = get(); in action()142 if (theA == theB) { in action()145 if (theA == '\\') { in action()146 putc(theA, stdout); in action()147 theA = get(); in action()[all …]
71 self.outstream.write(self.theA)101 if c == '/' and self.theA != '\\':133 self.theA = self.theB134 if self.theA == "'" or self.theA == '"':137 self.theA = self._get()138 if self.theA == self.theB:140 if self.theA <= '\n':142 if self.theA == '\\':144 self.theA = self._get()149 if self.theB == '/' and (self.theA == '(' or self.theA == ',' or[all …]
44 A theA; variable