Searched refs:TK_STRING (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | llex.c | 92 case TK_STRING: in txtToken() 287 luaX_lexerror(ls, "unfinished string", TK_STRING); in read_string() 314 luaX_lexerror(ls, "escape sequence too large", TK_STRING); in read_string() 366 return TK_STRING; in llex() 369 else luaX_lexerror(ls, "invalid long string delimiter", TK_STRING); in llex() 394 return TK_STRING; in llex()
|
| H A D | llex.h | 32 TK_NAME, TK_STRING, TK_EOS enumerator
|
| H A D | lparser.c | 58 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) { in anchor_token() 632 case TK_STRING: { /* funcargs -> STRING */ in funcargs() 716 case '(': case TK_STRING: case '{': { /* funcargs */ in primaryexp() 736 case TK_STRING: { in simpleexp()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | llex.c | 91 case TK_STRING: in txtToken() 308 lexerror(ls, msg, TK_STRING); in escerror() 349 lexerror(ls, "unfinished string", TK_STRING); in read_string() 433 return TK_STRING; in llex() 437 lexerror(ls, "invalid long string delimiter", TK_STRING); in llex() 468 return TK_STRING; in llex()
|
| H A D | llex.h | 31 TK_NUMBER, TK_NAME, TK_STRING enumerator
|
| H A D | lparser.c | 61 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) { in anchor_token() 847 case TK_STRING: { /* funcargs -> STRING */ in funcargs() 930 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp() 950 case TK_STRING: { in simpleexp()
|