Lines Matching refs:lua_gettop
50 int argc = lua_gettop(L); in lua_command()
99 if (lua_gettop(L) != 1) { in lua_interpret()
218 nargs = lua_gettop(L); in lua_openfile()
245 if (lua_gettop(L) != 1) { in lua_closefile()
267 if (lua_gettop(L) < 1 || lua_gettop(L) > 2) { in lua_readfile()
281 if (lua_gettop(L) == 2) in lua_readfile()
314 nargs = lua_gettop(L); in lua_writefile()
362 nargs = lua_gettop(L); in lua_term_putimage()
406 nargs = lua_gettop(L); in lua_fb_putimage()
437 nargs = lua_gettop(L); in lua_fb_setpixel()
455 nargs = lua_gettop(L); in lua_fb_line()
476 nargs = lua_gettop(L); in lua_fb_bezier()
499 nargs = lua_gettop(L); in lua_fb_drawrect()
520 nargs = lua_gettop(L); in lua_term_drawrect()