Searched refs:tEqual (Results 1 – 2 of 2) sorted by relevance
499 case tEqual: in parse()1094 type != tNot && type != tWithin && type != tEqual && type != tNotEqual) { in checkSyntax()1127 case tEqual: in checkSyntax()1150 type != tIn && type != tEqual && type != tNotEqual && type != tWithin && in checkSyntax()1204 case tEqual: // scanned '=' in getNextToken()1284 return tEqual; in charType()
120 tEqual, // '=' only. enumerator