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

/netbsd-current/usr.sbin/wsmoused/
H A Dconfig_yacc.y64 %token TK_STRING TK_MODE TK_MODEPROP
65 %type <string> TK_STRING TK_MODEPROP
98 TK_MODE TK_STRING TK_LBRACE mode TK_RBRACE
101 | TK_MODE TK_STRING TK_LBRACE TK_RBRACE
117 TK_MODEPROP TK_EQUAL TK_STRING TK_EOL
/netbsd-current/external/mit/lua/dist/src/
H A Dllex.h47 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator in enum:RESERVED
49 TK_INT, TK_NAME, TK_STRING
H A Dllex.c105 case TK_NAME: case TK_STRING:
354 lexerror(ls, msg, TK_STRING);
422 lexerror(ls, "unfinished string", TK_STRING);
511 return TK_STRING;
514 lexerror(ls, "invalid long string delimiter", TK_STRING);
551 return TK_STRING;
H A Dlparser.c1050 case TK_STRING: { /* funcargs -> STRING */
1133 case '(': case TK_STRING: case '{': { /* funcargs */
1160 case TK_STRING: {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c14562 #define TK_STRING 117 macro
16686 #define OP_String8 117 /* same as TK_STRING, synopsis: r[P2]='P4' */
18856 ** or TK_STRING), then Expr.u.zToken contains the text of the SQL literal. If
171305 #define TK_STRING macro
[all...]

Completed in 601 milliseconds