Searched refs:VKSTR (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlparser.h34 VKSTR, /* string constant; strval = TString address; enumerator in enum:__anon5016
73 TString *strval; /* for VKSTR */
H A Dlcode.c96 case VKSTR: {
697 e->k = VKSTR; e->u.strval = tsvalue(v);
722 ** Convert a VKSTR to a VK
725 lua_assert(e->k == VKSTR);
827 case VKSTR: {
994 case VKSTR: info = stringK(fs, e->u.strval); break;
1129 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: {
1179 case VK: case VKFLT: case VKINT: case VKSTR: case VTRUE: {
1266 if (k->k == VKSTR)
H A Dlparser.c161 e->k = VKSTR;

Completed in 61 milliseconds