Searched refs:TK_STRING (Results 1 – 4 of 4) sorted by relevance
94 case TK_STRING: in txtToken()311 lexerror(ls, msg, TK_STRING); in escerror()352 lexerror(ls, "unfinished string", TK_STRING); in read_string()436 return TK_STRING; in llex()439 else lexerror(ls, "invalid long string delimiter", TK_STRING); in llex()468 return TK_STRING; in llex()
30 TK_NUMBER, TK_NAME, TK_STRING enumerator
63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) { in anchor_token()843 case TK_STRING: { /* funcargs -> STRING */ in funcargs()926 case '(': case TK_STRING: case '{': { /* funcargs */ in suffixedexp()946 case TK_STRING: { in simpleexp()
2261 TK_STRING, enumerator3150 tok->type = TK_STRING; in fetch_token()5094 case TK_STRING: in parse_exp()5103 if (r != TK_STRING) break; in parse_exp()