Home
last modified time | relevance | path

Searched refs:column_widths (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/posix/
Ddf.c38 int column_widths[5];
46 if (TT.column_widths[col] < len) TT.column_widths[col] = len;
60 if (TT.column_widths[0] < 14) TT.column_widths[0] = 14; in show_header()
66 TT.column_widths[0], "Filesystem"); in show_header()
87 TT.column_widths[0], "Filesystem", in show_header()
88 TT.column_widths[1], item_label, in show_header()
89 TT.column_widths[2], used_label, in show_header()
90 TT.column_widths[3], free_label, in show_header()
91 TT.column_widths[4], use_label); in show_header()
94 TT.column_widths[4]--; in show_header()
[all …]
/third_party/toybox/generated/
Dglobals.h1124 int column_widths[5]; member