Home
last modified time | relevance | path

Searched refs:TK_GE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c155 case TK_GE: in allowedOp()
511 case TK_GE: in sqliteWhereBegin()
521 case TK_GE: in sqliteWhereBegin()
586 case TK_GE: in sqliteWhereBegin()
617 case TK_GE: in sqliteWhereBegin()
1015 && (pExpr->op==TK_GT || pExpr->op==TK_GE) in sqliteWhereBegin()
1020 leFlag = pExpr->op==TK_GE; in sqliteWhereBegin()
1064 && (pExpr->op==TK_GT || pExpr->op==TK_GE) in sqliteWhereBegin()
1069 geFlag = pExpr->op==TK_GE; in sqliteWhereBegin()
H A Dexpr.c961 case TK_GE: in sqliteExprType()
1027 case TK_GE: op = OP_Ge; break; in sqliteExprCode()
1077 case TK_GE: in sqliteExprCode()
1311 case TK_GE: op = OP_Ge; break; in sqliteExprIfTrue()
1338 case TK_GE: in sqliteExprIfTrue()
1406 case TK_GE: op = OP_Lt; break; in sqliteExprIfFalse()
1433 case TK_GE: in sqliteExprIfFalse()
H A Dtokenize.c290 *tokenType = TK_GE; in sqliteGetToken()
H A Dparse.y572 expr(A) ::= expr(X) GE expr(Y). {A = sqliteExpr(TK_GE, X, Y, 0);}
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.h29 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator
H A Dllex.c452 else { next(ls); return TK_GE; } in llex()
H A Dlparser.c1010 case TK_GE: return OPR_GE; in getbinopr()