Searched refs:TK_STRING (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/lua/src/
H A Dllex.h36 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator in enum:RESERVED
H A Dllex.c99 case TK_NAME: case TK_STRING:
310 lexerror(ls, msg, TK_STRING);
378 lexerror(ls, "unfinished string", TK_STRING);
467 return TK_STRING;
470 lexerror(ls, "invalid long string delimiter", TK_STRING);
507 return TK_STRING;
H A Dlparser.c838 case TK_STRING: { /* funcargs -> STRING */
921 case '(': case TK_STRING: case '{': { /* funcargs */
946 case TK_STRING: {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.h30 TK_NUMBER, TK_NAME, TK_STRING enumerator in enum:RESERVED
H A Dllex.c92 case TK_STRING:
309 lexerror(ls, msg, TK_STRING);
350 lexerror(ls, "unfinished string", TK_STRING);
434 return TK_STRING;
437 else lexerror(ls, "invalid long string delimiter", TK_STRING);
466 return TK_STRING;
H A Dlparser.c62 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
842 case TK_STRING: { /* funcargs -> STRING */
925 case '(': case TK_STRING: case '{': { /* funcargs */
945 case TK_STRING: {
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7510 #define TK_STRING 94 macro
8341 #define OP_String8 94 /* same as TK_STRING */
10238 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c14160 #define TK_STRING 116 macro
15821 #define OP_String8 116 /* same as TK_STRING, synopsis: r[P2]='P4' */
18115 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
157337 #define TK_STRING macro
[all...]

Completed in 814 milliseconds