Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c99 case TK_NAME: case TK_STRING: in txtToken()
307 lexerror(ls, msg, TK_STRING); in esccheck()
375 lexerror(ls, "unfinished string", TK_STRING); in read_string()
464 return TK_STRING; in llex()
467 lexerror(ls, "invalid long string delimiter", TK_STRING); in llex()
504 return TK_STRING; in llex()
Dllex.h36 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
Dlparser.c837 case TK_STRING: { /* funcargs -> STRING */ in funcargs()
920 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp()
945 case TK_STRING: { in simpleexp()
/external/sqlite/dist/orig/
Dsqlite3.c12630 #define TK_STRING 97 macro
27265 case TK_STRING: {
72548 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
74206 case TK_STRING:
91588 pExpr->op = TK_STRING;
94698 case TK_STRING:
94734 case TK_STRING: {
96240 case TK_STRING: {
97512 if( ALWAYS((combinedFlags & EP_Reduced)==0) && pA->op!=TK_STRING ){
100811 pExpr->op = TK_STRING;
[all …]
/external/sqlite/dist/
Dsqlite3.c12630 #define TK_STRING 97 macro
27265 case TK_STRING: {
72564 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
74222 case TK_STRING:
91604 pExpr->op = TK_STRING;
94714 case TK_STRING:
94750 case TK_STRING: {
96256 case TK_STRING: {
97528 if( ALWAYS((combinedFlags & EP_Reduced)==0) && pA->op!=TK_STRING ){
100827 pExpr->op = TK_STRING;
[all …]