Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloadlib.c376 #define ERRLIB 1 macro
394 if (reg == NULL) return ERRLIB; /* unable to load library */ in lookforfunc()
420 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()