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

/freebsd-12-stable/contrib/lua/src/
H A Dllex.h33 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator in enum:RESERVED
H A Dlparser.c1018 case TK_GE: return OPR_GE;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/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 in enum:RESERVED
H A Dllex.c452 else { next(ls); return TK_GE; }
H A Dlparser.c1010 case TK_GE: return OPR_GE;
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7496 #define TK_GE 80 macro
8375 #define OP_Ge 80 /* same as TK_GE */
10232 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c14101 #define TK_GE 57 macro
15762 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */
18109 ** as opcodes here. For example, the parser defines TK_GE to be an integer
157278 #define TK_GE macro
[all...]

Completed in 780 milliseconds