• Home
  • Raw
  • Download

Lines Matching defs:L

67 #define setprogdir(L)           ((void)0)  argument
133 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
140 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
175 static void setprogdir (lua_State *L) { in setprogdir()
192 static void pusherror (lua_State *L) { in pusherror()
207 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
215 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
243 static void *lsys_load (lua_State *L, const char *path, int seeglb) { in lsys_load()
250 static lua_CFunction lsys_sym (lua_State *L, void *lib, const char *sym) { in lsys_sym()
283 static int noenv (lua_State *L) { in noenv()
295 static void setpath (lua_State *L, const char *fieldname, in setpath()
333 static void *checkclib (lua_State *L, const char *path) { in checkclib()
347 static void addtoclib (lua_State *L, const char *path, void *plib) { in addtoclib()
361 static int gctm (lua_State *L) { in gctm()
388 static int lookforfunc (lua_State *L, const char *path, const char *sym) { in lookforfunc()
409 static int ll_loadlib (lua_State *L) { in ll_loadlib()
469 static void pusherrornotfound (lua_State *L, const char *path) { in pusherrornotfound()
479 static const char *searchpath (lua_State *L, const char *name, in searchpath()
506 static int ll_searchpath (lua_State *L) { in ll_searchpath()
520 static const char *findfile (lua_State *L, const char *name, in findfile()
532 static int checkload (lua_State *L, int stat, const char *filename) { in checkload()
543 static int searcher_Lua (lua_State *L) { in searcher_Lua()
560 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc()
578 static int searcher_C (lua_State *L) { in searcher_C()
586 static int searcher_Croot (lua_State *L) { in searcher_Croot()
608 static int searcher_preload (lua_State *L) { in searcher_preload()
622 static void findloader (lua_State *L, const char *name) { in findloader()
654 static int ll_require (lua_State *L) { in ll_require()
707 static void createsearcherstable (lua_State *L) { in createsearcherstable()
727 static void createclibstable (lua_State *L) { in createclibstable()
736 LUAMOD_API int luaopen_package (lua_State *L) { in luaopen_package()