Home
last modified time | relevance | path

Searched refs:luaL_typename (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lua/src/
Dltablib.c88 LUA_QL("concat"), luaL_typename(L, -1), i); in addfield()
Dlauxlib.h122 #define luaL_typename(L,i) lua_typename(L, lua_type(L,(i))) macro
Dlauxlib.c173 tname, luaL_typename(L, narg)); in typeerror()
753 lua_pushfstring(L, "%s: %p", luaL_typename(L, idx), in luaL_tolstring()
Dlbaselib.c191 lua_pushstring(L, luaL_typename(L, 1)); in luaB_type()
Dlstrlib.c730 luaL_error(L, "invalid replacement value (a %s)", luaL_typename(L, -1)); in add_value()