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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 56 ** LUA_IGMARK is a mark to ignore all before it when building the
68 #if !defined (LUA_IGMARK)
69 #define LUA_IGMARK "-"
423 mark = strchr(modname, *LUA_IGMARK);
711 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");
  /external/skia/third_party/lua/src/
loadlib.c 56 ** LUA_IGMARK is a mark to ignore all before it when building the
68 #if !defined (LUA_IGMARK)
69 #define LUA_IGMARK "-"
423 mark = strchr(modname, *LUA_IGMARK);
711 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");
  /external/syslinux/com32/lua/src/
loadlib.c 60 ** LUA_IGMARK is a mark to ignore all before it when building the
72 #if !defined (LUA_IGMARK)
73 #define LUA_IGMARK "-"
472 mark = strchr(modname, *LUA_IGMARK);
788 LUA_EXEC_DIR "\n" LUA_IGMARK "\n");

Completed in 59 milliseconds