Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloadlib.c92 static void *lsys_load (lua_State *L, const char *path, int seeglb);
133 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() function
209 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() function
245 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() function
393 reg = lsys_load(L, path, *sym == '*'); /* global symbols if 'sym'=='*' */ in lookforfunc()