Searched refs:TK_CONCAT (Results 1 – 5 of 5) sorted by relevance
33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator
511 else return TK_CONCAT; /* '..' */ in llex()
1011 case TK_CONCAT: return OPR_CONCAT; in getbinopr()
12626 #define TK_CONCAT 93 macro27319 case TK_CONCAT: zBinOp = "CONCAT"; break;74246 case TK_CONCAT: zOp = "CONCAT"; break;96337 case TK_CONCAT: {96348 assert( TK_CONCAT==OP_Concat ); testcase( op==TK_CONCAT );142657 *tokenType = TK_CONCAT;
12626 #define TK_CONCAT 93 macro27319 case TK_CONCAT: zBinOp = "CONCAT"; break;74262 case TK_CONCAT: zOp = "CONCAT"; break;96353 case TK_CONCAT: {96364 assert( TK_CONCAT==OP_Concat ); testcase( op==TK_CONCAT );142673 *tokenType = TK_CONCAT;