Lines Matching full:rows
216 --- @param rows MetalogRow[]
219 function metalogrows_all_equal(rows, ignore_name, ignore_tags)
234 for _, v in ipairs(rows) do
235 local bol, offby = __eq(v, rows[1])
283 local rows = files[filename]
285 -- if these rows are equal, there should be warning, but it
287 if #rows > 1 and not metalogrows_all_equal(rows) then
290 local row = rows[1]
390 for filename, rows in sortedPairs(files) do
391 if #rows == 1 then goto continue end
392 local iseq, offby = metalogrows_all_equal(rows)
395 rows[1].attrs.type ..
397 table.concat(table_map(rows, function(e) return e.linenum end), ',')
398 if rows[1].attrs.type == "dir" then
405 elseif not metalogrows_all_equal(rows, false, true) then
410 table_map(rows, function(e) return e.linenum end), ',')
448 local rows = table_map(filenames, function(e) function
451 local iseq, offby = metalogrows_all_equal(rows, true, true)
457 table_map(rows, function(e) return e.linenum end), ',')