Lines Matching defs:L
42 void luaT_init (lua_State *L) { in luaT_init()
80 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
100 const char *luaT_objtypename (lua_State *L, const TValue *o) { in luaT_objtypename()
112 void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTM()
128 void luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTMres()
146 static int callbinTM (lua_State *L, const TValue *p1, const TValue *p2, in callbinTM()
157 void luaT_trybinTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinTM()
176 void luaT_tryconcatTM (lua_State *L) { in luaT_tryconcatTM()
184 void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_trybinassocTM()
193 void luaT_trybiniTM (lua_State *L, const TValue *p1, lua_Integer i2, in luaT_trybiniTM()
210 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM()
230 int luaT_callorderiTM (lua_State *L, const TValue *p1, int v2, in luaT_callorderiTM()
249 void luaT_adjustvarargs (lua_State *L, int nfixparams, CallInfo *ci, in luaT_adjustvarargs()
269 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs()