Home
last modified time | relevance | path

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

/external/lua/src/
Dloadlib.c85 static void *lsys_load (lua_State *L, const char *path, int seeglb);
126 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() argument
127 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL)); in lsys_load()
200 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() argument
202 (void)(seeglb); /* not used: symbols are 'global' by default */ in lsys_load()
236 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() argument
237 (void)(path); (void)(seeglb); /* not used */ in lsys_load()