Searched refs:tEqual (Results 1 – 2 of 2) sorted by relevance
525 case tEqual: in parse()1154 type != tNot && type != tWithin && type != tEqual && type != tNotEqual) { in checkSyntax()1187 case tEqual: in checkSyntax()1210 type != tIn && type != tEqual && type != tNotEqual && type != tWithin && in checkSyntax()1264 case tEqual: // scanned '=' in getNextToken()1344 return tEqual; in charType()
131 tEqual, // '=' only. enumerator