Lines Matching refs:category
108 local category_align, prefix, fullname, flags_align, category, flags =
111 category_align, prefix, fullname, category =
140 category = category,
153 assert_equals(entry.category, "category")
163 assert_equals(entry.category, "cat")
238 return tabwidth(entry.category)
269 -- The flags are already aligned, 4 tabs to the right of the category.
289 return tabwidth(entry.category)
297 -- To avoid horizontal jumps for the category column, the minimum column is
307 local category = entry.category
310 if category ~= nil then
313 entry.flags_tabs = tabs(category, flags_col)
349 if a.category ~= nil and b.category ~= nil and a.category ~= b.category then
350 return a.category < b.category
406 if entry.category ~= nil then
407 line = line .. entry.category_tabs .. entry.category