HomeSort by relevance Sort by last modified time
    Searched refs:LUA_TSTRING (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
lobject.h 56 #define LUA_TSHRSTR (LUA_TSTRING | (0 << 4)) /* short strings */
57 #define LUA_TLNGSTR (LUA_TSTRING | (1 << 4)) /* long strings */
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
lbaselib.c 135 luaL_argcheck(L, t == LUA_TTABLE || t == LUA_TSTRING, 1,
355 if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') {
ldump.c 98 case LUA_TSTRING:
lundump.c 118 case LUA_TSTRING:
lauxlib.c 48 if (lua_type(L, -2) == LUA_TSTRING) { /* ignore non-string keys */
359 if (!s) tag_error(L, narg, LUA_TSTRING);
741 case LUA_TSTRING:
lua.c 151 const char *msg = (lua_type(L, -1) == LUA_TSTRING) ? lua_tostring(L, -1)
luac.c 265 case LUA_TSTRING:
lapi.c 276 return (t == LUA_TSTRING || t == LUA_TNUMBER);
410 case LUA_TSTRING: return tsvalue(o)->len;
lstrlib.c 720 default: { /* LUA_TNUMBER or LUA_TSTRING */
745 luaL_argcheck(L, tr == LUA_TNUMBER || tr == LUA_TSTRING ||
lvm.c 345 case LUA_TSTRING: {
  /external/syslinux/com32/lua/src/
lstate.h 201 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
lobject.h 56 #define LUA_TSHRSTR (LUA_TSTRING | (0 << 4)) /* short strings */
57 #define LUA_TLNGSTR (LUA_TSTRING | (1 << 4)) /* long strings */
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
lbaselib.c 135 luaL_argcheck(L, t == LUA_TTABLE || t == LUA_TSTRING, 1,
355 if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') {
ldump.c 98 case LUA_TSTRING:
lundump.c 118 case LUA_TSTRING:
lauxlib.c 48 if (lua_type(L, -2) == LUA_TSTRING) { /* ignore non-string keys */
359 if (!s) tag_error(L, narg, LUA_TSTRING);
743 case LUA_TSTRING:
lua.c 158 const char *msg = (lua_type(L, -1) == LUA_TSTRING) ? lua_tostring(L, -1)
lua.h 87 #define LUA_TSTRING 4
luac.c 265 case LUA_TSTRING:
lapi.c 276 return (t == LUA_TSTRING || t == LUA_TNUMBER);
410 case LUA_TSTRING: return tsvalue(o)->len;
lstrlib.c 720 default: { /* LUA_TNUMBER or LUA_TSTRING */
745 luaL_argcheck(L, tr == LUA_TNUMBER || tr == LUA_TSTRING ||
lvm.c 368 case LUA_TSTRING: {
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 82 #define LUA_TSTRING 4
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 43 # define LRO_STRVAL(v) {{.p = (char *) v}, LUA_TSTRING}
    [all...]

Completed in 671 milliseconds