HomeSort by relevance Sort by last modified time
    Searched defs:lua_isfunction (Results 1 - 2 of 2) 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/syslinux/com32/lua/src/
lua.h 336 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro

Completed in 55 milliseconds