Lines Matching defs:L

6 static int test_isinteger (lua_State *L) {  in test_isinteger()
12 static int test_rotate (lua_State *L) { in test_rotate()
21 static int test_str2num (lua_State *L) { in test_str2num()
31 static int my_mod (lua_State *L ) { in my_mod()
38 static int test_requiref (lua_State *L) { in test_requiref()
51 static int test_getseti (lua_State *L) { in test_getseti()
69 static int test_newproxy (lua_State *L) { in test_newproxy()
80 static int test_absindex (lua_State *L) { in test_absindex()
98 static int test_arith (lua_State *L) { in test_arith()
123 static int test_compare (lua_State *L) { in test_compare()
133 static int test_globals (lua_State *L) { in test_globals()
138 static int test_tonumber (lua_State *L) { in test_tonumber()
148 static int test_tointeger (lua_State *L) { in test_tointeger()
158 static int test_len (lua_State *L) { in test_len()
165 static int test_copy (lua_State *L) { in test_copy()
178 static int test_rawxetp (lua_State *L) { in test_rawxetp()
189 static int test_udata (lua_State *L) { in test_udata()
212 static int test_subtable (lua_State *L) { in test_subtable()
223 static int test_uservalue (lua_State *L) { in test_uservalue()
233 static int test_upvalues (lua_State *L) { in test_upvalues()
240 static int test_tolstring (lua_State *L) { in test_tolstring()
247 static int test_pushstring (lua_State *L) { in test_pushstring()
256 static int test_buffer (lua_State *L) { in test_buffer()
270 static int test_exec (lua_State *L) { in test_exec()
275 static int test_loadstring (lua_State *L) { in test_loadstring()
283 static int test_loadfile (lua_State *L) { in test_loadfile()
340 int luaopen_testmod (lua_State *L) { in luaopen_testmod()