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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 34 #if !defined(LUA_INIT)
35 #define LUA_INIT "LUA_INIT"
39 LUA_INIT "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
427 name = "=" LUA_INIT;
461 return 0; /* error running LUA_INIT */
  /external/skia/third_party/lua/src/
lua.c 34 #if !defined(LUA_INIT)
35 #define LUA_INIT "LUA_INIT"
39 LUA_INIT "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
427 name = "=" LUA_INIT;
461 return 0; /* error running LUA_INIT */
  /external/syslinux/com32/lua/src/
lua.c 39 #if !defined(LUA_INIT)
40 #define LUA_INIT "LUA_INIT"
44 LUA_INIT "_" LUA_VERSION_MAJOR "_" LUA_VERSION_MINOR
434 name = "=" LUA_INIT;
468 return 0; /* error running LUA_INIT */

Completed in 68 milliseconds