Lines Matching +defs:L +defs:v +defs:v
46 static void swapextra (lua_State *L) { in swapextra()
59 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook()
74 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
79 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask()
84 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount()
89 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
125 static const char *findlocal (lua_State *L, CallInfo *ci, int n, in findlocal()
151 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal()
175 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal()
208 static void collectvalidlines (lua_State *L, Closure *f) { in collectvalidlines()
215 TValue v; in collectvalidlines() local
227 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo()
278 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
459 static const char *getfuncname (lua_State *L, CallInfo *ci, const char **name) { in getfuncname()
527 l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) { in luaG_typeerror()
546 l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) { in luaG_concaterror()
553 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror()
561 l_noret luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_ordererror()
571 static void addinfo (lua_State *L, const char *msg) { in addinfo()
587 l_noret luaG_errormsg (lua_State *L) { in luaG_errormsg()
600 l_noret luaG_runerror (lua_State *L, const char *fmt, ...) { in luaG_runerror()