Searched refs:theB (Results 1 – 2 of 2) sorted by relevance
31 static int theB; variable137 theA = theB; in action()142 if (theA == theB) { in action()156 theB = next(); in action()157 if (theB == '/' && (theA == '(' || theA == ',' || theA == '=' || in action()163 putc(theB, stdout); in action()196 theB = next(); in action()216 if (isAlphanum(theB)) { in jsmin()223 switch (theB) { in jsmin()235 if (isAlphanum(theB)) { in jsmin()[all …]
73 self.outstream.write(self.theB)133 self.theA = self.theB138 if self.theA == self.theB:148 self.theB = self._next()149 if self.theB == '/' and (self.theA == '(' or self.theA == ',' or168 self.theB = self._next()182 if isAlphanum(self.theB):187 if self.theB in ['{', '[', '(', '+', '-']:189 elif self.theB == ' ':192 if isAlphanum(self.theB):[all …]