Searched refs:TK_STRING (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | llex.c | 101 case TK_NAME: case TK_STRING: in txtToken() 323 lexerror(ls, msg, TK_STRING); in esccheck() 391 lexerror(ls, "unfinished string", TK_STRING); in read_string() 480 return TK_STRING; in llex() 483 lexerror(ls, "invalid long string delimiter", TK_STRING); in llex() 520 return TK_STRING; in llex()
|
H A D | llex.h | 42 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
|
H A D | lparser.c | 1046 case TK_STRING: { /* funcargs -> STRING */ in funcargs() 1129 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp() 1154 case TK_STRING: { in simpleexp()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | llex.c | 90 case TK_STRING: in txtToken() 307 lexerror(ls, msg, TK_STRING); in escerror() 348 lexerror(ls, "unfinished string", TK_STRING); in read_string() 432 return TK_STRING; in llex() 436 lexerror(ls, "invalid long string delimiter", TK_STRING); in llex() 467 return TK_STRING; in llex()
|
H A D | llex.h | 30 TK_NUMBER, TK_NAME, TK_STRING enumerator
|
H A D | lparser.c | 60 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) { in anchor_token() 846 case TK_STRING: { /* funcargs -> STRING */ in funcargs() 929 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp() 949 case TK_STRING: { in simpleexp()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14606 #define TK_STRING 117 macro 33153 case TK_STRING: { in sqlite3TreeViewExpr() 84439 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){ 86659 case TK_STRING: 107472 pExpr->op = TK_STRING; 109127 case TK_STRING: { 111324 assert( pExpr->op==TK_ID || pExpr->op==TK_STRING ); 111861 case TK_STRING: 111908 case TK_STRING: { 113712 case TK_STRING: { [all …]
|