Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c101 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()
A Dllex.h42 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
A Dlparser.c1034 case TK_STRING: { /* funcargs -> STRING */ in funcargs()
1117 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp()
1142 case TK_STRING: { in simpleexp()

Completed in 8 milliseconds