Searched refs:column_width (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dls.c389 int column_width = 0; /* for STYLE_LONG and STYLE_SINGLE not used */ local
400 if (column_width < len)
401 column_width = len;
403 column_width += tabstops +
407 ncols = (int) (terminal_width / column_width);
431 nexttab = column + column_width;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c673 int column_width = 0; local
681 if (column_width < l)
682 column_width = l;
684 column_width += 2; /* min space for columns */
685 ncols = cmdedit_termw / column_width;
700 (int)(column_width - strlen(matches[n])), "");

Completed in 102 milliseconds