Searched refs:lsys_load (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | loadlib.c | 92 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 207 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() function 243 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load() function 391 reg = lsys_load(L, path, *sym == '*'); /* global symbols if 'sym'=='*' */ in lookforfunc()
|