HomeSort by relevance Sort by last modified time
    Searched defs:lua_isfunction (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
  /external/skia/third_party/lua/src/
lua.h 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
  /external/syslinux/com32/lua/src/
lua.h 336 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro

Completed in 131 milliseconds