Home | History | Annotate | Download | only in dist

Lines Matching refs:Lt

4718 ** where OP is =, <, <=, >, or >=.)^  ^(The particular operator is
19869 /* 79 */ "Lt",
54072 /* Opcode: Lt P1 P2 P3 P4 P5
54104 ** This works just like the Lt opcode except that the jump is taken if
54105 ** the operands in registers P1 and P3 are not equal. See the Lt opcode for
54116 ** This works just like the Lt opcode except that the jump is taken if
54118 ** See the Lt opcode for additional information.
54128 ** This works just like the Lt opcode except that the jump is taken if
54130 ** register P1. See the Lt opcode for additional information.
54134 ** This works just like the Lt opcode except that the jump is taken if
54136 ** register P1. See the Lt opcode for additional information.
54140 ** This works just like the Lt opcode except that the jump is taken if
54142 ** register P1. See the Lt opcode for additional information.
81524 VdbeNoopComment((v, "A-lt-B subroutine"));
91780 "EQ", "GT", "LE", "LT",
92034 /* 202 */ "expr ::= expr LT|GT|GE|LE expr",
93553 case 202: /* expr ::= expr LT|GT|GE|LE expr */ yytestcase(yyruleno==202);