Home
last modified time | relevance | path

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

/src/contrib/lua/src/
H A Dloadlib.c55 #define LIB_FAIL "open" macro
224 #undef LIB_FAIL
225 #define LIB_FAIL "absent" macro
411 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()