Home
last modified time | relevance | path

Searched defs:lua_type (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h165 LUA_API int (lua_type) (lua_State *L, int idx); variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c249 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() function