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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 327 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
  /external/skia/third_party/lua/src/
lua.h 327 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
329 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro
  /external/syslinux/com32/lua/src/
lua.h 332 #define lua_register(L,n,f) (lua_pushcfunction(L, (f)), lua_setglobal(L, (n)))
334 #define lua_pushcfunction(L,f) lua_pushcclosure(L, (f), 0) macro

Completed in 46 milliseconds