Home
last modified time | relevance | path

Searched refs:LUA_INIT_VAR (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/lua/
Dfuzz_lua.c38 #if !defined(LUA_INIT_VAR)
39 #define LUA_INIT_VAR "LUA_INIT" macro
42 #define LUA_INITVARVERSION LUA_INIT_VAR LUA_VERSUFFIX
/external/lua/src/
Dlua.c28 #if !defined(LUA_INIT_VAR)
29 #define LUA_INIT_VAR "LUA_INIT" macro
32 #define LUA_INITVARVERSION LUA_INIT_VAR LUA_VERSUFFIX
332 name = "=" LUA_INIT_VAR; in handle_luainit()