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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 89 #define LUA_POF "luaopen_"
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname);
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname);
  /external/skia/third_party/lua/src/
loadlib.c 89 #define LUA_POF "luaopen_"
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname);
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname);
  /external/syslinux/com32/lua/src/
loadlib.c 93 #define LUA_POF "luaopen_"
476 funcname = lua_pushfstring(L, LUA_POF"%s", funcname);
481 funcname = lua_pushfstring(L, LUA_POF"%s", modname);

Completed in 57 milliseconds