Home | History | Annotate | Download | only in dist

Lines Matching refs:Lt

4718 ** where OP is =, <, <=, >, or >=.)^  ^(The particular operator is
19874 /* 79 */ "Lt",
54083 /* Opcode: Lt P1 P2 P3 P4 P5
54115 ** This works just like the Lt opcode except that the jump is taken if
54116 ** the operands in registers P1 and P3 are not equal. See the Lt opcode for
54127 ** This works just like the Lt opcode except that the jump is taken if
54129 ** See the Lt opcode for additional information.
54139 ** This works just like the Lt opcode except that the jump is taken if
54141 ** register P1. See the Lt opcode for additional information.
54145 ** This works just like the Lt opcode except that the jump is taken if
54147 ** register P1. See the Lt opcode for additional information.
54151 ** This works just like the Lt opcode except that the jump is taken if
54153 ** register P1. See the Lt opcode for additional information.
81535 VdbeNoopComment((v, "A-lt-B subroutine"));
91791 "EQ", "GT", "LE", "LT",
92045 /* 202 */ "expr ::= expr LT|GT|GE|LE expr",
93564 case 202: /* expr ::= expr LT|GT|GE|LE expr */ yytestcase(yyruleno==202);