Home
last modified time | relevance | path

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

/external/lua/src/
Dloadlib.c92 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym);
133 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() function
208 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() function
243 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym() function
384 lua_CFunction f = lsys_sym(L, reg, sym); in lookforfunc()