Lines Matching +defs:L +defs:v +defs:v
45 static void swapextra (lua_State *L) { in swapextra()
58 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook()
73 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
78 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask()
83 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount()
88 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
124 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal()
150 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal()
174 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal()
207 static void collectvalidlines (lua_State *L, Closure *f) { in collectvalidlines()
214 TValue v; in collectvalidlines() local
226 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo()
277 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
458 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname()
526 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror()
545 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror()
552 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror()
560 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror()
570 static void addinfo (lua_State *L, const char *msg) { in addinfo()
586 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg()
599 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()