Searched refs:seeglb (Results 1 – 1 of 1) sorted by relevance
85 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() argument127 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() argument202 (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() argument237 (void)(path); (void)(seeglb); /* not used */ in lsys_load()