Searched refs:TK_CONCAT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-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 Dlparser.c1004 case TK_CONCAT: return OPR_CONCAT;
/freebsd-11-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.c1011 case TK_CONCAT: return OPR_CONCAT;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7507 #define TK_CONCAT 91 macro
8350 #define OP_Concat 91 /* same as TK_CONCAT */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14155 #define TK_CONCAT 111 macro
15816 #define OP_Concat 111 /* same as TK_CONCAT, synopsis: r[P3]=r[P2]+r[P1] */
157332 #define TK_CONCAT macro
[all...]

Completed in 897 milliseconds