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

/freebsd-12-stable/contrib/lua/src/
H A Dloadlib.c80 ** load C library in file 'path'. If 'seeglb', load with all names in
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) { argument
127 void *lib = dlopen(path, RTLD_NOW | (seeglb ? RTLD_GLOBAL : RTLD_LOCAL));
200 static void *lsys_load (lua_State *L, const char *path, int seeglb) { argument
202 (void)(seeglb); /* not used: symbols are 'global' by default */
236 static void *lsys_load (lua_State *L, const char *path, int seeglb) { argument
237 (void)(path); (void)(seeglb); /* not used */

Completed in 51 milliseconds