Searched refs:OP_LT (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/msi/ |
H A D | query.h | 40 #define OP_LT 5 macro
|
H A D | sql.y | 556 $$ = EXPR_complex( info, $1, OP_LT, $3 );
|
H A D | where.c | 474 case OP_LT: in INT_evaluate_binary()
|
/reactos/dll/win32/wbemprox/ |
H A D | wql.y | 433 $$ = expr_complex( ctx, $1, OP_LT, $3 ); 469 $$ = expr_complex( ctx, $1, OP_LT, $3 );
|
H A D | wbemprox_private.h | 53 OP_LT = 5, enumerator
|
H A D | query.c | 126 case OP_LT: in eval_strcmp() 364 case OP_LT: in eval_binary()
|