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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 26 #if !defined(LUA_PROGNAME)
27 #define LUA_PROGNAME "lua"
90 static const char *progname = LUA_PROGNAME;
  /external/skia/third_party/lua/src/
lua.c 26 #if !defined(LUA_PROGNAME)
27 #define LUA_PROGNAME "lua"
90 static const char *progname = LUA_PROGNAME;
  /external/syslinux/com32/lua/src/
lua.c 31 #if !defined(LUA_PROGNAME)
32 #define LUA_PROGNAME "lua"
95 static const char *progname = LUA_PROGNAME;

Completed in 235 milliseconds