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

/netbsd-current/external/mit/lua/dist/src/
H A Dllex.h43 TK_IDIV, TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, enumerator in enum:RESERVED
H A Dlparser.c1236 case TK_GE: return OPR_GE;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14502 #define TK_GE 57 macro
16626 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */
18850 ** as opcodes here. For example, the parser defines TK_GE to be an integer
171245 #define TK_GE macro
[all...]

Completed in 403 milliseconds