Searched refs:tEqual (Results 1 – 2 of 2) sorted by relevance
521 case tEqual: in parse()1118 type != tNot && type != tWithin && type != tEqual && type != tNotEqual) { in checkSyntax()1151 case tEqual: in checkSyntax()1174 type != tIn && type != tEqual && type != tNotEqual && type != tWithin && in checkSyntax()1228 case tEqual: // scanned '=' in getNextToken()1308 return tEqual; in charType()
125 tEqual, // '=' only. enumerator